From 234ffb535c6d6159c13de6718ccb6d66df89ec56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 23 Apr 2024 19:02:53 +0100 Subject: [PATCH] version: 1.19.10 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- src/netius/base/common.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b907fc1a..d48aa870 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.10] - 2024-04-23 + +### Changed + +* Flexible logger flush timeout using `LOGGER_FLUSH_TIMEOUT` env variable + ## [1.19.9] - 2024-04-23 ### Changed diff --git a/setup.py b/setup.py index 19dd75c1..4e8807c2 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.9", + version = "1.19.10", 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 7b29836f..3df0e5eb 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.9" +VERSION = "1.19.10" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """