Skip to content

Commit 8a28a02

Browse files
committed
version: 1.4.37
1 parent 065f89b commit 8a28a02

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

2020
*
2121

22+
## [1.4.37] - 2026-01-22
23+
24+
### Changed
25+
26+
* Streamlined XML string formatting in `xml_util.py` test cases for improved readability
27+
2228
## [1.4.36] - 2026-01-22
2329

2430
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="colony",
36-
version="1.4.36",
36+
version="1.4.37",
3737
author="Hive Solutions Lda.",
3838
author_email="development@hive.pt",
3939
description="Colony Framework",

src/colony/res/colony.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colony",
3-
"version": "1.4.36",
3+
"version": "1.4.37",
44
"release": "100",
55
"build": "final"
66
}

src/colony/res/colony.log.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.4.37": ["Streamlined XML string formatting in test cases"],
23
"1.4.36": ["Support for optional `name` parameter in `Scheduler.add_callable()`"],
34
"1.4.35": ["Extended local path detection in `convert_reference_path_list()`"],
45
"1.4.34": ["Export of `conf_override` in `colony.base` module"],

0 commit comments

Comments
 (0)