Skip to content

Commit

Permalink
Merge branch 'release/1.6.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Jul 30, 2023
2 parents 097e3a5 + 18d97a4 commit 4891444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Logbook Changelog
Version 1.6.0
-------------

Released on <TODO>
Released on July 30th, 2023

- Dropped support for Python 2.7, 3.5, and 3.6.
- Uses pyproject.toml based build.
Expand All @@ -14,6 +14,7 @@ Released on <TODO>
- exc_info arg may be a BaseException instance (thanks Mattijs Ugen)
- FileHandler supports path-like objects.
- Fixed bug which prevented compilation on Cython 3
- Wheels are generated for more platforms and architectures

Version 1.5.3
-------------
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.5.3"
__version__ = "1.6.0"

0 comments on commit 4891444

Please sign in to comment.