mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
Bumping version to 1.1
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
Version history
|
Version history
|
||||||
================
|
================
|
||||||
|
|
||||||
|
1.1
|
||||||
|
----
|
||||||
|
|
||||||
|
- Adding overwrite to ``__header__`` functionality. See the Configuration documentation page on how to configure.
|
||||||
|
|
||||||
1.0.2
|
1.0.2
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "panaetius"
|
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."
|
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"
|
license = "MIT"
|
||||||
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
|
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
__header__ = 'panaetius_test'
|
|
||||||
Reference in New Issue
Block a user