diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-29 03:25:36 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-29 03:25:36 +0000 |
| commit | 60f06a229856bfd69edf2307ad80772563531a90 (patch) | |
| tree | 9e3f1059c11c520e3596b4254189fd7fdb8feef5 | |
| parent | 5d18f844cb1eb12f76957b833ebda6212c8c64cc (diff) | |
| download | pyramid-60f06a229856bfd69edf2307ad80772563531a90.tar.gz pyramid-60f06a229856bfd69edf2307ad80772563531a90.tar.bz2 pyramid-60f06a229856bfd69edf2307ad80772563531a90.zip | |
Prep for 1.0a5 release.
| -rw-r--r-- | CHANGES.txt | 6 | ||||
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index afb49e1b2..e69e3b594 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.0a5 (2009-06-28) +================== Features -------- @@ -58,7 +58,7 @@ Features The package name in a specification may start with a dot, meaning that the package is relative to the package in which the ZCML file - resides. For example: + resides. For example:: <resource to_override=".subpackage:templates/" diff --git a/docs/conf.py b/docs/conf.py index 8cb8f7e11..2567d4a35 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008-2009, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.0a4' +version = '1.0a5' # The full version, including alpha/beta/rc tags. -release = '1.0a4' +release = '1.0a5' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.0a4' +__version__ = '1.0a5' import os |
