Bump version to 1.2 #10

Merged
luketainton merged 1 commits from bump-version-1-2 into main 2022-06-30 21:51:26 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 2f723b4ff0 - Show all commits

View File

@ -1,3 +1,7 @@
# 1.2
- Dependency: Update charset-normalizer ~~2.0.12~~ to 2.1.0
- Dependency: Update requests ~~2.28.0~~ to 2.28.1
# 1.1
- Added checks to ensure API responses are as expected

View File

@ -2,4 +2,4 @@
"""MODULE: Specifies app version."""
VERSION = "1.1"
VERSION = "1.2"