We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350e1de commit 289ecbaCopy full SHA for 289ecba
CHANGELOG
@@ -1,3 +1,17 @@
1
+Release 1.12.1 (2023-01-04)
2
+===========================
3
+
4
+* Fix ext:database backend failing to initialize.
5
+* Improved inline code documentation for the crypto module.
6
7
+Release 1.12.0 (2022-12-07)
8
9
10
+* Enabled testing on Python 3.10 and 3.11
11
+* Fixed issue #122 - Session ignores deserializer json
12
+* Remove ID generation fallback for when the uuid module is not found
13
+* Port testing from nose to pytest
14
+* Fixed issue #180 - KeyError when loading deleted session
15
16
Release 1.11.0 (2019-08-26)
17
===========================
beaker/__init__.py
@@ -1 +1 @@
-__version__ = '1.12.0'
+__version__ = '1.12.1'
0 commit comments