diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-27 02:40:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-27 02:40:45 +0000 |
| commit | 2301cf61977102b85279ea7c04797f76012202e5 (patch) | |
| tree | c9a13e5a2a0ba47003e86496e84bbaf459ab4797 | |
| parent | 9259571f8bce01374060c198e990b1650b5e257e (diff) | |
| download | pyramid-2301cf61977102b85279ea7c04797f76012202e5.tar.gz pyramid-2301cf61977102b85279ea7c04797f76012202e5.tar.bz2 pyramid-2301cf61977102b85279ea7c04797f76012202e5.zip | |
Prep for 0.6.6.
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 21f888194..739786fa7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next Release -============ +0.6.6 (2009-01-26) +================== Implementation Changes ---------------------- diff --git a/docs/conf.py b/docs/conf.py index d9ab8a69a..4d966135e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '0.6.5' +version = '0.6.6' # The full version, including alpha/beta/rc tags. -release = '0.6.5' +release = '0.6.6' # 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__ = '0.6.5' +__version__ = '0.6.6' import os |
