diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-14 04:13:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-14 04:13:58 -0500 |
| commit | 9ed1e0ba957c36f6ae29c25ffeaa6c2c02f716a9 (patch) | |
| tree | d5df37904835cfaac437acaf8d886fdb7c2072ce /setup.py | |
| parent | c08f7656c1427cf5ebacf18356a5f55bd20ecfbd (diff) | |
| parent | af24f7d5f69a74f9887ca6df622ef67c69075988 (diff) | |
| download | pyramid-9ed1e0ba957c36f6ae29c25ffeaa6c2c02f716a9.tar.gz pyramid-9ed1e0ba957c36f6ae29c25ffeaa6c2c02f716a9.tar.bz2 pyramid-9ed1e0ba957c36f6ae29c25ffeaa6c2c02f716a9.zip | |
Merge branch 'wwitzel3-ww/415'
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ install_requires=[ 'repoze.lru >= 0.4', # py3 compat 'zope.interface >= 3.8.0', # has zope.interface.registry 'zope.deprecation >= 3.5.0', # py3 compat - 'venusian >= 1.0a1', # ``onerror`` + 'venusian >= 1.0a3', # ``ignore`` 'translationstring >= 0.4', # py3 compat 'PasteDeploy >= 1.5.0', # py3 compat ] @@ -56,7 +56,7 @@ if not PY3: ]) setup(name='pyramid', - version='1.3a6', + version='1.3a7', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, |
