Skip to content

Commit 136ef31

Browse files
joamagclaude
andcommitted
version: 1.48.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 74ab3e8 commit 136ef31

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
* Add debug logging to `CompatLoop.connect_stream()` for connection success and error events
17-
* Elevate duplicate protocol pool replacement log in `HTTPClient` from debug to warning level
16+
*
1817

1918
### Fixed
2019

2120
*
2221

22+
## [1.48.2] - 2026-04-14
23+
24+
### Changed
25+
26+
* Add debug logging to `CompatLoop.connect_stream()` for connection success and error events
27+
* Elevate duplicate protocol pool replacement log in `HTTPClient` from debug to warning level
28+
2329
## [1.48.1] - 2026-04-14
2430

2531
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read_file(path):
5757

5858
setuptools.setup(
5959
name="netius",
60-
version="1.48.1",
60+
version="1.48.2",
6161
author="Hive Solutions Lda.",
6262
author_email="development@hive.pt",
6363
description="Netius System",

src/netius/base/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
identification of both the clients and the services this
5959
value may be prefixed or suffixed """
6060

61-
VERSION = "1.48.1"
61+
VERSION = "1.48.2"
6262
""" The version value that identifies the version of the
6363
current infra-structure, all of the services and clients
6464
may share this value """

0 commit comments

Comments
 (0)