Skip to content

Commit ba51756

Browse files
committed
prep for 0.9
1 parent 28ec2ab commit ba51756

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
unreleased
2-
----------
1+
0.9 (2024-03-29)
2+
----------------
33

44
- Fixed a bug causing session saving even when it is not needed. See
55
https://github.com/Pylons/pyramid_beaker/pull/28

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# other places throughout the built documents.
5050
#
5151
# The short X.Y version.
52-
version = '0.8'
52+
version = '0.9'
5353
# The full version, including alpha/beta/rc tags.
5454
release = version
5555

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040

4141
setup(name='pyramid_beaker',
42-
version='0.8',
42+
version='0.9',
4343
description='Beaker session factory backend for Pyramid',
4444
long_description=README + '\n\n' + CHANGES,
4545
classifiers=[

0 commit comments

Comments
 (0)