From 11f8aad8da9eaf39cdffe375fc2604c46549b142 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Tue, 25 Aug 2020 22:57:50 +0100 Subject: [PATCH] Bumping version to 1.1 --- docs/source/changelog.rst | 5 +++++ pyproject.toml | 2 +- src/panaetius/__header__.py | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 src/panaetius/__header__.py diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 80a4995..3211a29 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 ------ diff --git a/pyproject.toml b/pyproject.toml index 5ac91d2..e40ed53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/src/panaetius/__header__.py b/src/panaetius/__header__.py deleted file mode 100644 index 17c5fdb..0000000 --- a/src/panaetius/__header__.py +++ /dev/null @@ -1 +0,0 @@ -__header__ = 'panaetius_test'