Skip to content

Commit 91aa1f0

Browse files
committed
version: 1.43.0
1 parent c038eef commit 91aa1f0

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
@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* `server_agent` field in activity webhook payload using `netius.IDENTIFIER`
13-
* `contents_size` field in activity webhook payload
12+
*
1413

1514
### Changed
1615

@@ -20,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2019

2120
*
2221

22+
## [1.43.0] - 2026-04-12
23+
24+
### Added
25+
26+
* `server_agent` field in activity webhook payload using `netius.IDENTIFIER`
27+
* `contents_size` field in activity webhook payload
28+
2329
## [1.42.0] - 2026-04-12
2430

2531
### Added

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.42.0",
60+
version="1.43.0",
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.42.0"
61+
VERSION = "1.43.0"
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)