Skip to content

Commit

Permalink
prep for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 8, 2011
1 parent b844a05 commit 394b917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
@@ -1,5 +1,5 @@
Next release
------------
0.4 (2011-01-08)
----------------

- Allow cache regions to inherit URL configuration from main cache options.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -54,7 +54,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
requires = ['pyramid', 'beaker']

setup(name='pyramid_beaker',
version='0.0',
version='0.4',
description='Beaker session factory backend for Pyramid',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 394b917

Please sign in to comment.