Skip to content

Commit

Permalink
Bump to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed May 4, 2023
1 parent f4e31fd commit e0d58bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 8.0.1

* Some minor non-functional code reformatting.
* Changing emitted logs to use lazy %-based evaluation rather than upfront "".format
* Changing an error-level log to a warning-level log (request failures). These still throw the actual exception to be caught and handled by the calling code.

### 8.0.0

* Add support for python 3.10 and 3.11
Expand Down
2 changes: 1 addition & 1 deletion notifications_python_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# -- http://semver.org/

__version__ = "8.0.0"
__version__ = "8.0.1"

from notifications_python_client.errors import ( # noqa
REQUEST_ERROR_MESSAGE,
Expand Down

0 comments on commit e0d58bf

Please sign in to comment.