Skip to content

Commit

Permalink
version: 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 15, 2023
1 parent ee464ff commit 8e4d87b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
description = "Netius System",
Expand Down
2 changes: 1 addition & 1 deletion src/netius/base/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit 8e4d87b

Please sign in to comment.