Skip to content

Commit

Permalink
fixed bug and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Oct 18, 2022
1 parent a3a42f5 commit b2856ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

- N/A

## [1.3.2]
## [1.3.3]

- Fixed bug that prevented the latest version from being installed

Expand Down Expand Up @@ -40,9 +40,9 @@ All notable changes to this project will be documented in this file.

### Initial Release

[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.2...HEAD
[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.3...HEAD

[1.3.2]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.2
[1.3.3]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.3

[1.3.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.1

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include sleeper/app.properties
include sleeper/requirements.txt
include requirements.txt
2 changes: 1 addition & 1 deletion sleeper/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.2"
__version__ = "1.3.3"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit b2856ff

Please sign in to comment.