Skip to content

Commit

Permalink
Major version bump to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quis committed Jul 17, 2024
1 parent 963b29d commit de0c230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 10.0.0

* Drop support for end-of-life Python 3.7
* Chain `RequestExceptions` when raising an `HTTPError` so users can view the full context in stack traces etc.

## 9.1.0

* Adds `one_click_unsubscribe_url` parameter to `send_email_notification`
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__ = "9.1.0"
__version__ = "10.0.0"

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

0 comments on commit de0c230

Please sign in to comment.