Skip to content

Commit

Permalink
version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 30, 2022
1 parent fd7b4eb commit 3289d69
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Conversion of XML to Dictionary using `xml_to_dict()`
* Conversion of Dictionary to XML using `dict_to_xml()`
*

### Changed

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

*

## [1.4.3] - 2022-12-30

### Added

* Conversion of XML to Dictionary using `xml_to_dict()`
* Conversion of Dictionary to XML using `dict_to_xml()`

## [1.4.2] - 2022-12-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "colony",
version = "1.4.2",
version = "1.4.3",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Colony Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/colony/base/system.py
Expand Up @@ -22,7 +22,7 @@
__author__ = "João Magalhães <joamag@hive.pt>"
""" The author(s) of the module """

__version__ = "1.4.2"
__version__ = "1.4.3"
""" The version of the module """

__revision__ = "$LastChangedRevision$"
Expand Down
2 changes: 1 addition & 1 deletion src/colony/res/colony.json
@@ -1,6 +1,6 @@
{
"name": "colony",
"version": "1.4.2",
"version": "1.4.3",
"release": "100",
"build": "final"
}
1 change: 1 addition & 0 deletions src/colony/res/colony.log.json
@@ -1,4 +1,5 @@
{
"1.4.3": ["XML utility functions added"],
"1.4.2": ["Vastly improved scheduling solution"],
"1.4.1": ["Fixed issue related to race condition in scheduling"],
"1.4.0": ["Major release with verify() and exceptions support"],
Expand Down

0 comments on commit 3289d69

Please sign in to comment.