Skip to content

Commit

Permalink
version: 1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 8, 2024
1 parent 4518de9 commit 86f47ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Added support for optional `kill_timer` avoiding `@atexit` issues
*

### Fixed

*

## [1.4.24] - 2024-01-08

### Changed

* Added support for optional `kill_timer` avoiding `@atexit` issues

## [1.4.23] - 2024-01-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setuptools.setup(
name="colony",
version="1.4.23",
version="1.4.24",
author="Hive Solutions Lda.",
author_email="development@hive.pt",
description="Colony Framework",
Expand Down
1 change: 1 addition & 0 deletions src/colony/res/colony.log.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.4.24": ["Added support for optional `kill_timer` avoiding `@atexit` issues"],
"1.4.23": ["Add globals' vars managing utility to base"],
"1.4.22": ["Fixed issue related to KafkaConfig"],
"1.4.21": ["Fixed issue with LogStashHandler"],
Expand Down

0 comments on commit 86f47ad

Please sign in to comment.