Skip to content

Commit

Permalink
version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Jan 28, 2023
1 parent 36ff610 commit 77c8cb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- N/A

## [1.4.0]

- Enforce strict versions on requirements

## [1.3.4]
Expand Down Expand Up @@ -44,7 +48,9 @@ All notable changes to this project will be documented in this file.

### Initial Release

[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.4...HEAD
[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.4.0...HEAD

[1.4.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.4.0

[1.3.4]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.4

Expand Down
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.4"
__version__ = "1.4.0"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit 77c8cb8

Please sign in to comment.