Skip to content

Commit

Permalink
version bookkeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
twillis committed Sep 20, 2012
1 parent e8cfbd0 commit a7ec3e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.7
----------------

bump sdk version to 1.7.2

adding "unzip=true" to the buildout.cfg template to help out with eggs
that are distributed that way

pinning to pyramid version 1.3


0.6.1
-----------------
bump SDK version to 1.6.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.6"
version = "0.7"
requires = ["pyramid"]
setup(name='pyramid_appengine',
version=version,
Expand Down

0 comments on commit a7ec3e4

Please sign in to comment.