Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 28, 2020
1 parent 1262669 commit 0d27c47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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.0.1...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.0.2...HEAD)

## [2.0.1](https://github.com/alexdlaird/hookee/compare/2.0.0...2.0.1) - 2020-10-25
## [2.0.2](https://github.com/alexdlaird/hookee/compare/2.0.0...2.0.2) - 2020-12-28
### Fixed
- Build improvements.
- Changelog improvements.
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 2020, Alex Laird"
__version__ = "2.0.1"
__version__ = "2.0.2"


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 2020, Alex Laird"
__version__ = "2.0.1"
__version__ = "2.0.2"

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

0 comments on commit 0d27c47

Please sign in to comment.