We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a5418 commit da7f57dCopy full SHA for da7f57d
2 files changed
CHANGELOG.md
@@ -15,7 +15,8 @@ __Enhancements:__
15
16
__Bug Fixes:__
17
18
-* None
+* Fixed `python3.7` compatibility issues.
19
+* Removed unexpected keyword argument from `hashlib.sha512` calls.
20
21
__Dependencies:__
22
@@ -26,6 +27,8 @@ __Other:__
26
27
28
* Documentation linting/conformity updates.
29
* Python linting changes.
30
+* Resolve dependabot issue [dependabot/7](https://github.com/britive/python-cli/security/dependabot/7).
31
+* Testing updates for `python3.7` compatability and warn when API token is present instead of fail.
32
33
## v1.7.0 [2024-04-17]
34
src/pybritive/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.7.0'
+__version__ = '1.8.0rc1'
0 commit comments