diff --git a/CHANGELOG.md b/CHANGELOG.md index 47860384..bd7f2f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [1.19.12] - 2024-04-23 + +### Changed + +* Much richer logging context support + ## [1.19.11] - 2024-04-23 ### Fixed diff --git a/setup.py b/setup.py index 261758c6..2bcb192b 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read_file(path): netius.common.ensure_setup() setuptools.setup( name = "netius", - version = "1.19.11", + version = "1.19.12", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Netius System", diff --git a/src/netius/base/common.py b/src/netius/base/common.py index 38f8a9a1..9fc47ec9 100644 --- a/src/netius/base/common.py +++ b/src/netius/base/common.py @@ -66,7 +66,7 @@ identification of both the clients and the services this value may be prefixed or suffixed """ -VERSION = "1.19.11" +VERSION = "1.19.12" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """