Skip to content

Commit da7f57d

Browse files
committed
v1.8.0rc1
1 parent 54a5418 commit da7f57d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ __Enhancements:__
1515

1616
__Bug Fixes:__
1717

18-
* None
18+
* Fixed `python3.7` compatibility issues.
19+
* Removed unexpected keyword argument from `hashlib.sha512` calls.
1920

2021
__Dependencies:__
2122

@@ -26,6 +27,8 @@ __Other:__
2627

2728
* Documentation linting/conformity updates.
2829
* 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.
2932

3033
## v1.7.0 [2024-04-17]
3134

src/pybritive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.0'
1+
__version__ = '1.8.0rc1'

0 commit comments

Comments
 (0)