From 36243ff51d67f4e290c6f106f661fc90f749362b Mon Sep 17 00:00:00 2001 From: jg <57115019+joeyagreco@users.noreply.github.com> Date: Thu, 22 Dec 2022 13:09:19 -0600 Subject: [PATCH] version bump and changelog update --- CHANGELOG.md | 8 +++++++- sleeper/_version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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"