Skip to content

Commit

Permalink
prep for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 13, 2011
1 parent 3451d61 commit ee95e49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ env26/
env26-debug/
bookenv/
env24/
env25/
env27/
jyenv/
pypyenv/
Expand Down
12 changes: 6 additions & 6 deletions CHANGES.txt
@@ -1,12 +1,12 @@
1.0.x (unreleased)
1.0.1 (2011-08-13)
==================

Additions
---------
Backported Features
-------------------

- Backport from 1.1.x: A new attribute is available on request objects:
``exc_info``. Its value will be ``None`` until an exception is caught
by the Pyramid router, after which it will be the result of
- Backport from 1.2dev: A new attribute is available on request objects:
``exc_info``. Its value will be ``None`` until an exception is caught by
the Pyramid router, after which it will be the result of
``sys.exc_info()``.

1.0 (2011-01-30)
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.
#
# The short X.Y version.
version = '1.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@
install_requires.append('simplejson')

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

0 comments on commit ee95e49

Please sign in to comment.