Skip to content

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 24, 2024
1 parent 9043088 commit 22144c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.3...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.4...HEAD)

## [2.3.4](https://github.com/alexdlaird/hookee/compare/2.3.3...2.3.4) - 2024-03-24
### Added
- Build and stability improvements.

## [2.3.3](https://github.com/alexdlaird/hookee/compare/2.3.2...2.3.3) - 2024-03-05
### Added
Expand Down
2 changes: 1 addition & 1 deletion hookee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__copyright__ = "Copyright (c) 2020-2024 Alex Laird"
__license__ = "MIT"
__version__ = "2.3.3"
__version__ = "2.3.4"

from hookee.hookeemanager import HookeeManager # noqa: F401

0 comments on commit 22144c8

Please sign in to comment.