Skip to content

Commit

Permalink
package bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Nov 27, 2023
1 parent 669bbf7 commit 1b32b39
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
10 changes: 9 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.7.3]

- Updated package requirements

## [1.7.2]

- Updated package requirements
Expand Down Expand Up @@ -68,7 +72,11 @@ All notable changes to this project will be documented in this file.

### Initial Release

[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.7.1...HEAD
[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.7.3...HEAD

[1.7.3]: https://github.com/joeyagreco/sleeper/releases/tag/v1.7.3

[1.7.2]: https://github.com/joeyagreco/sleeper/releases/tag/v1.7.2

[1.7.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.7.1

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:

.PHONY: up-reqs
up-reqs:
@pipreqs --force --mode compat
@pipreqs --force --mode no-pin

.PHONY: pkg-build
pkg-build:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow~=10.1.0
Pillow~=10.1.0
Requests~=2.31.0
setuptools~=69.0.2
Pillow
Pillow
Requests
setuptools
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.7.2"
__version__ = "1.7.3"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit 1b32b39

Please sign in to comment.