diff --git a/CHANGELOG.md b/CHANGELOG.md index 265ccd7c..4fc27f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for `allowed_froms` in SMTP relay +* ### Changed @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [1.19.1] - 2022-10-15 + +### Added + +* Support for `allowed_froms` in SMTP relay + +### Changed + +* Improved support in the `legacy.py` module + ## [1.19.0] - 2022-05-02 ### Added diff --git a/setup.py b/setup.py index 0eb4b9d1..efe333fe 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.0", + version = "1.19.1", 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 8d38150e..ac24ac9f 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.0" +VERSION = "1.19.1" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """