Skip to content

Commit

Permalink
prep for 1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 25, 2011
1 parent 142f9aa commit 237bf1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release 1.0b2 (2011-01-24)
============ ==================


Bug Fixes Bug Fixes
--------- ---------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def nothing(*arg):
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.0b1' version = '1.0b2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
install_requires.append('simplejson') install_requires.append('simplejson')


setup(name='pyramid', setup(name='pyramid',
version='1.0b1', version='1.0b2',
description='The Pyramid web application framework, a Pylons project', description='The Pyramid web application framework, a Pylons project',
long_description=README + '\n\n' + CHANGES, long_description=README + '\n\n' + CHANGES,
classifiers=[ classifiers=[
Expand Down

0 comments on commit 237bf1a

Please sign in to comment.