diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-28 00:48:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-28 00:48:45 +0000 |
| commit | 07cf61d25adf627c9ddc1f607266b0d61070e391 (patch) | |
| tree | 38cc7086ce14e4e4ae4ca050e602baa70799b7ab | |
| parent | 517d037fdb5a6cd86b2fa09296d0d39f982605ca (diff) | |
| download | pyramid-07cf61d25adf627c9ddc1f607266b0d61070e391.tar.gz pyramid-07cf61d25adf627c9ddc1f607266b0d61070e391.tar.bz2 pyramid-07cf61d25adf627c9ddc1f607266b0d61070e391.zip | |
Prep for 1.1a8.
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 06653cf09..6f4054de5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1a8 (2009-10-27) +================== Features -------- diff --git a/docs/conf.py b/docs/conf.py index d0c599992..509699bee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ copyright = '2008-2009, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.1a7' +version = '1.1a8' # The full version, including alpha/beta/rc tags. release = version @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1a7' +__version__ = '1.1a8' import os import sys |
