diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-15 19:48:37 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-15 19:48:37 -0500 |
| commit | a2796fab049dbc58e36b9cd1fdbbf1c537089289 (patch) | |
| tree | 531992c23834e104b805ab3e277e477c0021e254 | |
| parent | 07bd035c2e8ca34580fd56c5bbacc58bb455a275 (diff) | |
| download | pyramid-a2796fab049dbc58e36b9cd1fdbbf1c537089289.tar.gz pyramid-a2796fab049dbc58e36b9cd1fdbbf1c537089289.tar.bz2 pyramid-a2796fab049dbc58e36b9cd1fdbbf1c537089289.zip | |
back to development
| -rw-r--r-- | CHANGES.txt | 3 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b237adc90..82c16bea0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +Next release +============ + 1.0a6 (2010-12-15) ================== @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.0a6' +__version__ = '0.0' import os import platform |
