File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818### Fixed
1919
20+ *
21+
22+ ## [ 1.23.1] - 2026-02-13
23+
24+ ### Fixed
25+
2026* ` ImportError: No module named http ` on Python 2.7/PyPy - ` http.client ` import now uses conditional fallback with skip guard for integration tests
2127
2228## [ 1.23.0] - 2026-02-13
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.23.0 " ,
60+ version = "1.23.1 " ,
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.23.0 "
61+ VERSION = "1.23.1 "
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