Skip to content

Commit f81233b

Browse files
committedOct 23, 2016
Version 1.8.1
1 parent 99ccd69 commit f81233b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release $next
22
=============
33

4+
5+
Release 1.8.1 (2016-10-24)
6+
==========================
7+
48
* Sessions have a new option save_accessed_time which defaults to true for
59
backwards compatibility. Set to false to tell beaker not to update
610
_accessed_time if the session hasn't been changed, for non-cookie sessions

‎beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.8.0'
1+
__version__ = '1.8.1'

‎beaker/docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# The short X.Y version.
4747
version = '1.8'
4848
# The full version, including alpha/beta/rc tags.
49-
release = '1.8.0'
49+
release = '1.8.1'
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.

0 commit comments

Comments
 (0)