diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-18 18:17:20 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-18 18:17:20 -0400 |
| commit | 0d96b77150f1283a44acd0d9c2d2f74453d298a1 (patch) | |
| tree | c6b0064e60663f1b7149783cb91b0f539bd79977 /setup.py | |
| parent | 5028d84aeb6ac79ee7db4dc4012ff4caaba10e77 (diff) | |
| download | pyramid-0d96b77150f1283a44acd0d9c2d2f74453d298a1.tar.gz pyramid-0d96b77150f1283a44acd0d9c2d2f74453d298a1.tar.bz2 pyramid-0d96b77150f1283a44acd0d9c2d2f74453d298a1.zip | |
version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. features
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ testing_extras = tests_require + [ ] setup(name='pyramid', - version='1.4', + version='1.5dev', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, |
