Skip to content

Commit

Permalink
version: 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 22, 2024
1 parent da3efb6 commit 6714696
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Support for `.env` file loading
* LogstashHandler support using `LOGGING_LOGSTASH` and `LOGSTASH_BASE_URL`
*

### Changed

Expand All @@ -20,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [1.19.4] - 2024-04-22

### Added

* Support for `.env` file loading
* LogstashHandler support using `LOGGING_LOGSTASH` and `LOGSTASH_BASE_URL`

## [1.19.3] - 2024-01-18

### Changed
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.3",
version = "1.19.4",
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.3"
VERSION = "1.19.4"
""" 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 6714696

Please sign in to comment.