Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan192 committed Jun 3, 2023
1 parent f579963 commit c91bf40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.7 (2023-06-03)
### Changed
- Update urllib3 requirement

## 1.0.6 (2022-09-30)
### Changed
- Add option to use a GPS location for the object creation that's used to retrieve the warncell ID
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
EMAIL = "[email protected]"
AUTHOR = "stephan192"
REQUIRES_PYTHON = ">=3.6"
VERSION = "1.0.6"
VERSION = "1.0.7"

# Define required packages
REQUIRES = ["requests>=2.23.0,<3", "ciso8601>=2.1.3,<3", "urllib3>=1.25.8,<3"]
Expand Down

0 comments on commit c91bf40

Please sign in to comment.