File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,17 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- * ` diag_owner ` flag in ` Container ` to restrict diagnostics to the owner base, avoiding port binding conflicts in multi-base setups
12+ *
1313
1414### Changed
1515
16- * Add docstrings to ` Container.add_base() ` , ` remove_base() ` and ` start_base() `
17- * Pass ` diag_owner=True ` in ` ProxyServer ` container to prevent child clients from binding to the diag port
16+ *
1817
1918### Fixed
2019
2120*
2221
22+ ## [ 1.53.0] - 2026-04-15
23+
24+ ### Added
25+
26+ * ` diag_owner ` flag in ` Container ` to restrict diagnostics to the owner base, avoiding port binding conflicts in multi-base setups
27+
28+ ### Changed
29+
30+ * Add docstrings to ` Container.add_base() ` , ` remove_base() ` and ` start_base() `
31+ * Pass ` diag_owner=True ` in ` ProxyServer ` container to prevent child clients from binding to the diag port
32+
2333## [ 1.52.3] - 2026-04-15
2434
2535### Changed
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def read_file(path):
5757
5858setuptools .setup (
5959 name = "netius" ,
60- version = "1.52.3 " ,
60+ version = "1.53.0 " ,
6161 author = "Hive Solutions Lda." ,
6262 author_email = "development@hive.pt" ,
6363 description = "Netius System" ,
Original file line number Diff line number Diff line change 5858identification of both the clients and the services this
5959value may be prefixed or suffixed """
6060
61- VERSION = "1.52.3 "
61+ VERSION = "1.53.0 "
6262""" The version value that identifies the version of the
6363current infra-structure, all of the services and clients
6464may share this value """
You can’t perform that action at this time.
0 commit comments