We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ec2ab commit ba51756Copy full SHA for ba51756
CHANGES.txt
@@ -1,5 +1,5 @@
1
-unreleased
2
-----------
+0.9 (2024-03-29)
+----------------
3
4
- Fixed a bug causing session saving even when it is not needed. See
5
https://github.com/Pylons/pyramid_beaker/pull/28
docs/conf.py
@@ -49,7 +49,7 @@
49
# other places throughout the built documents.
50
#
51
# The short X.Y version.
52
-version = '0.8'
+version = '0.9'
53
# The full version, including alpha/beta/rc tags.
54
release = version
55
setup.py
@@ -39,7 +39,7 @@
39
]
40
41
setup(name='pyramid_beaker',
42
- version='0.8',
+ version='0.9',
43
description='Beaker session factory backend for Pyramid',
44
long_description=README + '\n\n' + CHANGES,
45
classifiers=[
0 commit comments