Skip to content

Commit

Permalink
Version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Molina committed Feb 4, 2023
1 parent 350e1de commit 289ecba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release 1.12.1 (2023-01-04)
===========================

* Fix ext:database backend failing to initialize.
* Improved inline code documentation for the crypto module.

Release 1.12.0 (2022-12-07)
===========================

* Enabled testing on Python 3.10 and 3.11
* Fixed issue #122 - Session ignores deserializer json
* Remove ID generation fallback for when the uuid module is not found
* Port testing from nose to pytest
* Fixed issue #180 - KeyError when loading deleted session

Release 1.11.0 (2019-08-26)
===========================
Expand Down
2 changes: 1 addition & 1 deletion beaker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.12.0'
__version__ = '1.12.1'

0 comments on commit 289ecba

Please sign in to comment.