Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 3, 2024
1 parent 633e78b commit f0bdd5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.2.0...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.2.1...HEAD)

## [2.2.1](https://github.com/alexdlaird/hookee/compare/2.2.0...2.2.1) - 2024-02-03
### Added
- Build improvements.

## [2.2.0](https://github.com/alexdlaird/hookee/compare/2.1.1...2.2.0) - 2024-02-02
### Remove
Expand Down
2 changes: 1 addition & 1 deletion hookee/hookeemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__author__ = "Alex Laird"
__copyright__ = "Copyright 2024, Alex Laird"
__version__ = "2.2.0"
__version__ = "2.2.1"


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

__author__ = "Alex Laird"
__copyright__ = "Copyright 2024, Alex Laird"
__version__ = "2.2.0"
__version__ = "2.2.1"

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit f0bdd5e

Please sign in to comment.