We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ccd69 commit f81233bCopy full SHA for f81233b
CHANGELOG
@@ -1,6 +1,10 @@
1
Release $next
2
=============
3
4
+
5
+Release 1.8.1 (2016-10-24)
6
+==========================
7
8
* Sessions have a new option save_accessed_time which defaults to true for
9
backwards compatibility. Set to false to tell beaker not to update
10
_accessed_time if the session hasn't been changed, for non-cookie sessions
beaker/__init__.py
@@ -1 +1 @@
-__version__ = '1.8.0'
+__version__ = '1.8.1'
beaker/docs/conf.py
@@ -46,7 +46,7 @@
46
# The short X.Y version.
47
version = '1.8'
48
# The full version, including alpha/beta/rc tags.
49
-release = '1.8.0'
+release = '1.8.1'
50
51
# The language for content autogenerated by Sphinx. Refer to documentation
52
# for a list of supported languages.
0 commit comments