diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-09 12:48:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-09 12:48:58 -0500 |
| commit | 3d4e564da02429a297874a9e6881d3424fb24a11 (patch) | |
| tree | ca812e4f07ed240e51021f22e4b6758b9e12dd92 | |
| parent | a5a24d4021972ffc67dd16255603b00d61f9224c (diff) | |
| download | pyramid-3d4e564da02429a297874a9e6881d3424fb24a11.tar.gz pyramid-3d4e564da02429a297874a9e6881d3424fb24a11.tar.bz2 pyramid-3d4e564da02429a297874a9e6881d3424fb24a11.zip | |
prep for 1.0a2
| -rw-r--r-- | CHANGES.txt | 8 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bfe846065..52419c5a5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.0a2 (2010-11-09) +================== Documentation ------------- @@ -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) diff --git a/docs/conf.py b/docs/conf.py index f513cfbc4..c2ecb1e8d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,7 +73,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # 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 @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.0' +__version__ = '1.0a2' import os import platform |
