Skip to content

Commit

Permalink
cutting release for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
twillis committed Jun 13, 2012
1 parent a0425e4 commit 291f275
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,12 @@
0.6: 06-13-2012
------------------

changed buildout.cfg to ignore site-packages which should fix a lot of
issues with various namespaces packages that pyramid potentially
depends on.



0.5.4.1: 05-05-2012
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
README = open(os.path.join(here, 'readme.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()

version = "0.5.4.1"
version = "0.6"
requires = ["pyramid"]
setup(name='pyramid_appengine',
version=version,
Expand Down

0 comments on commit 291f275

Please sign in to comment.