Skip to content

Commit

Permalink
prep for 1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 22, 2011
1 parent 65f203e commit a44845e
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 1.0b1 (2011-01-18)
============ ==================


Features Features
-------- --------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
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.0a10' version = '1.0b1'
# 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
Expand Up @@ -52,7 +52,7 @@
install_requires.append('simplejson') install_requires.append('simplejson')


setup(name='pyramid', setup(name='pyramid',
version='1.0a10', version='1.0b1',
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 a44845e

Please sign in to comment.