From 671469682392aabd221ca858f24f570f6a4e934d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Mon, 22 Apr 2024 20:03:51 +0100 Subject: [PATCH] version: 1.19.4 --- CHANGELOG.md | 10 ++++++++-- setup.py | 2 +- src/netius/base/common.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9524f060..1823fa80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/setup.py b/setup.py index 9bff2e09..4a23f033 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.3", + version = "1.19.4", 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 4eb1b708..35a17a14 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.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 """