Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Nov 27, 2023
1 parent eaa171a commit 669bbf7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions 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.2]

- Updated package requirements

## [1.7.1]

- Updated package requirements
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ test:

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

.PHONY: pkg-build
pkg-build:
@rm -rf build
@rm -rf dist
@python3 setup.py sdist bdist_wheel

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

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit 669bbf7

Please sign in to comment.