Bumping version to 1.1

This commit is contained in:
2020-08-25 22:57:50 +01:00
parent 5f98d3825b
commit 11f8aad8da
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
Version history
================
1.1
----
- Adding overwrite to ``__header__`` functionality. See the Configuration documentation page on how to configure.
1.0.2
------

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "panaetius"
version = "1.0.2"
version = "1.1"
description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly formatted logger instance."
license = "MIT"
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]

View File

@@ -1 +0,0 @@
__header__ = 'panaetius_test'