Skip to content

Commit 748379e

Browse files
joamagclaude
andcommitted
version: 1.4.38
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a288607 commit 748379e

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* Added `delete_global()` function to `vars` module for removing global variables
12+
*
1313

1414
### Changed
1515

16-
* Improved docstring formatting in `vars` module with consistent `:type` and `:rtype` annotations
16+
*
1717

1818
### Fixed
1919

2020
*
2121

22+
## [1.4.38] - 2026-03-30
23+
24+
### Added
25+
26+
* Added `delete_global()` function to `vars` module for removing global variables
27+
28+
### Changed
29+
30+
* Improved docstring formatting in `vars` module with consistent `:type` and `:rtype` annotations
31+
2232
## [1.4.37] - 2026-01-22
2333

2434
### Changed

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.37",
36+
version="1.4.38",
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.37",
3+
"version": "1.4.38",
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.38": ["Added `delete_global()` function and improved vars docstrings"],
23
"1.4.37": ["Streamlined XML string formatting in test cases"],
34
"1.4.36": ["Support for optional `name` parameter in `Scheduler.add_callable()`"],
45
"1.4.35": ["Extended local path detection in `convert_reference_path_list()`"],

0 commit comments

Comments
 (0)