Skip to content

Commit

Permalink
prep for 1.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 9, 2010
1 parent a5a24d4 commit 3d4e564
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release
============
1.0a2 (2010-11-09)
==================

Documentation
-------------
Expand All @@ -9,8 +9,8 @@ Documentation
their concrete classes (e.g. ``pyramid.events.NewRequest``) in
documentation about making subscriptions.

- All references to Pyramid-the-application were changed from :mod:`pyramid`
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to
- All references to Pyramid-the-application were changed from mod-`pyramid`
to app-`Pyramid`. A custom role setting was added to ``docs/conf.py`` to
allow for this. (internal)

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
##############################################################################

__version__ = '0.0'
__version__ = '1.0a2'

import os
import platform
Expand Down

0 comments on commit 3d4e564

Please sign in to comment.