Skip to content

Commit

Permalink
Update for 1.5.3
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
bbangert committed Mar 2, 2010
1 parent 1c6321b commit 3c35386
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
Release 1.5.3 (3/2/2010)
========================

* Fix Python 2.4 incompatibility with google import.

Release 1.5.2 (3/1/2010)
Expand Down
4 changes: 2 additions & 2 deletions beaker/docs/conf.py
Expand Up @@ -43,9 +43,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5.2'
version = '1.5.3'
# The full version, including alpha/beta/rc tags.
release = '1.5.2'
release = '1.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '1.5.2'
version = '1.5.3'

extra = {}
if sys.version_info >= (3, 0):
Expand Down

0 comments on commit 3c35386

Please sign in to comment.