diff --git a/CHANGES.txt b/CHANGES.txt index 158f83b..bd0bbf2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -unreleased ----------- +0.9 (2024-03-29) +---------------- - Fixed a bug causing session saving even when it is not needed. See https://github.com/Pylons/pyramid_beaker/pull/28 diff --git a/docs/conf.py b/docs/conf.py index c5e9b53..f67816e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ # other places throughout the built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 0b161fb..24ce6e1 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ ] setup(name='pyramid_beaker', - version='0.8', + version='0.9', description='Beaker session factory backend for Pyramid', long_description=README + '\n\n' + CHANGES, classifiers=[