Skip to content

Commit

Permalink
version: 1.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 28, 2023
1 parent 7145c03 commit 6cc1b50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [1.4.20] - 2023-12-28

### Changed

* Add `.pyi` and `.typed` to `package_data` in `setup.py`

## [1.4.19] - 2023-12-28

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

setuptools.setup(
name = "colony",
version = "1.4.19",
version = "1.4.20",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Colony Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/colony/res/colony.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colony",
"version": "1.4.19",
"version": "1.4.20",
"release": "100",
"build": "final"
}

0 comments on commit 6cc1b50

Please sign in to comment.