diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebfd1c..66b4346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- N/A + +## [1.3.4] + - Added SeasonStatus for post-season ## [1.3.3] @@ -40,7 +44,9 @@ All notable changes to this project will be documented in this file. ### Initial Release -[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.3...HEAD +[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.4...HEAD + +[1.3.4]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.4 [1.3.3]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.3 diff --git a/sleeper/_version.py b/sleeper/_version.py index c40978d..3d4c1b5 100644 --- a/sleeper/_version.py +++ b/sleeper/_version.py @@ -1,4 +1,4 @@ -__version__ = "1.3.3" +__version__ = "1.3.4" # minimum supported Python version __version_minimum_python__ = "3.10"