Skip to content

Commit

Permalink
Fixing issue in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 8, 2021
1 parent 1b04bf4 commit 1809b13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.0.6...HEAD)

## [2.0.5](https://github.com/alexdlaird/hookee/compare/2.0.3...2.0.5) - 2021-03-08
## [2.0.6](https://github.com/alexdlaird/hookee/compare/2.0.3...2.0.6) - 2021-03-08
### Fixed
- Build improvements.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ API integrations, and more, see its official documentation is available at [http

If you would like to get involved, be sure to review the [Contribution Guide](https://github.com/alexdlaird/hookee/blob/main/CONTRIBUTING.rst).

Want to contribute financially? If you've found `hookee` useful, [a donation](https://www.paypal.me/alexdlaird>) would
Want to contribute financially? If you've found `hookee` useful, [a donation](https://www.paypal.me/alexdlaird) would
also be greatly appreciated!
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 2021, Alex Laird"
__version__ = "2.0.5"
__version__ = "2.0.6"


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 2021, Alex Laird"
__version__ = "2.0.5"
__version__ = "2.0.6"

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

0 comments on commit 1809b13

Please sign in to comment.