summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-07-18 18:17:20 -0400
committerChris McDonough <chrism@plope.com>2013-07-18 18:17:20 -0400
commit0d96b77150f1283a44acd0d9c2d2f74453d298a1 (patch)
treec6b0064e60663f1b7149783cb91b0f539bd79977 /setup.py
parent5028d84aeb6ac79ee7db4dc4012ff4caaba10e77 (diff)
downloadpyramid-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a3cecd98..df7622656 100644
--- a/setup.py
+++ b/setup.py
@@ -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,