Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Nov 23, 2023
1 parent ed94f4b commit 786cdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

To see unreleased changes, please see the [CHANGELOG on the master branch](https://github.com/gufolabs/gufo_acme/blob/master/CHANGELOG.md) guide.

## [Unreleased]
## 0.4.0 - 2023-11-23

## Added

Expand Down
2 changes: 1 addition & 1 deletion src/gufo/acme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* [log][gufo.acme.log] - Logging utilities.
* [types][gufo.acme.types] - Package public types.
"""
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 786cdd9

Please sign in to comment.