diff options
| author | Dylan Jay <software@pretaweb.com> | 2011-08-25 13:13:31 +1000 |
|---|---|---|
| committer | Dylan Jay <software@pretaweb.com> | 2011-08-25 13:13:31 +1000 |
| commit | c36e1570e997a90ac0666426b7c459adb5cd54bc (patch) | |
| tree | d8043974a89eaf5d772e5cef999b2275836553b0 /setup.py | |
| parent | a98c0169fad222654e0c2ba0573653002a21d29b (diff) | |
| parent | a6035f3ccdd770fd463a67e216fa5c6aab9ced5c (diff) | |
| download | pyramid-c36e1570e997a90ac0666426b7c459adb5cd54bc.tar.gz pyramid-c36e1570e997a90ac0666426b7c459adb5cd54bc.tar.bz2 pyramid-c36e1570e997a90ac0666426b7c459adb5cd54bc.zip | |
Merge branch 'master' of github.com:djay/pyramid
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') setup(name='pyramid', - version='1.2dev', + version='1.2a1', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, |
