Skip to content

Commit

Permalink
Merge branch 'release/1.7.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Oct 3, 2023
2 parents 60dea7f + a42fdb0 commit 13863c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Logbook Changelog
=================

Unreleased
----------
Version 1.7.0
-------------

Released on October 3rd, 2023

- Dropped support for Python 3.7
- Passing (keyfile, certfile) to MailHandler's `secure` argument is deprecated
in favour of passing an ssl.SSLContext.
- Passing (keyfile, certfile) to MailHandler's ``secure`` argument is deprecated
in favour of passing an ``ssl.SSLContext``.
- Python 3.12 support

Version 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/logbook/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.7.0"

0 comments on commit 13863c0

Please sign in to comment.