diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-07 00:19:06 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-07 00:19:06 +0000 |
| commit | 99ec31294ec36cc6df2f18e406884fc0c992f109 (patch) | |
| tree | 8bb544a6cfbdf65002ca826480c51a2db7a6e74d | |
| parent | eed677f0f184df53889daeb4130572fbbcbcf873 (diff) | |
| download | pyramid-99ec31294ec36cc6df2f18e406884fc0c992f109.tar.gz pyramid-99ec31294ec36cc6df2f18e406884fc0c992f109.tar.bz2 pyramid-99ec31294ec36cc6df2f18e406884fc0c992f109.zip | |
Prep for 1.1b3.
| -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 5b1a4cc15..80b27ccba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1b3 (2009-11-06) +================== Features -------- diff --git a/docs/conf.py b/docs/conf.py index 6a9d15364..77fcaa44f 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.1b2' +version = '1.1b3' # The full version, including alpha/beta/rc tags. release = version @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1b2' +__version__ = '1.1b3' import os import sys |
