Skip to content

Commit 289ecba

Browse files
author
Alessandro Molina
committed
Version 1.12.1
1 parent 350e1de commit 289ecba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -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
115

216
Release 1.11.0 (2019-08-26)
317
===========================

beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.12.0'
1+
__version__ = '1.12.1'

0 commit comments

Comments
 (0)