diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-08-20 14:16:17 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-08-20 14:16:17 +0000 |
| commit | be16f6b5c59043a164120171a5b0926d158959fd (patch) | |
| tree | 189b417c3df6edd2ff09a0b89bfb747a20841889 | |
| parent | 35045667a171c5017c6b1b54cb91e4ea19bb61ba (diff) | |
| download | pyramid-be16f6b5c59043a164120171a5b0926d158959fd.tar.gz pyramid-be16f6b5c59043a164120171a5b0926d158959fd.tar.bz2 pyramid-be16f6b5c59043a164120171a5b0926d158959fd.zip | |
Prep for 0.3.1.
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6325e6c32..50ba6cb6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Next release +0.3.1 (8/20/2008) - Generated application differences: ``make_app`` entry point renamed to ``app`` in order to have a different name than the bfg @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.3.0' +__version__ = '0.3.1' import os |
