Skip to content

Commit

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

- N/A

## [1.5.0]

- Rollback strict version requirements

## [1.4.0]

- Enforce strict versions on requirements
Expand Down Expand Up @@ -48,7 +52,9 @@ All notable changes to this project will be documented in this file.

### Initial Release

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

[1.5.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.5.0

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

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.28.2
configparser==5.3.0
setuptools==66.1.1
Pillow==9.4.0
requests~=2.28.2
configparser~=5.3.0
setuptools~=66.1.1
Pillow~=9.4.0
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.4.0"
__version__ = "1.5.0"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit fec0c3d

Please sign in to comment.