Commit ec9df412 authored by Hanno Schlichting's avatar Hanno Schlichting

Update version after release

parent 36ed265c
Changelog Changelog
========= =========
2.11.3 - unreleased
-------------------
2.11.2 - 2009-08-03 2.11.2 - 2009-08-03
------------------- -------------------
......
...@@ -20,7 +20,7 @@ long_description = file("README.txt").read() + "\n" + \ ...@@ -20,7 +20,7 @@ long_description = file("README.txt").read() + "\n" + \
file("CHANGES.txt").read() file("CHANGES.txt").read()
setup(name='tempstorage', setup(name='tempstorage',
version = '2.11.2', version = '2.11.3dev',
url='http://pypi.python.org/pypi/tempstorage', url='http://pypi.python.org/pypi/tempstorage',
license='ZPL 2.1', license='ZPL 2.1',
description='A RAM-based storage for ZODB', description='A RAM-based storage for ZODB',
...@@ -29,7 +29,6 @@ setup(name='tempstorage', ...@@ -29,7 +29,6 @@ setup(name='tempstorage',
long_description=long_description, long_description=long_description,
packages=find_packages('src'), packages=find_packages('src'),
package_dir={'': 'src'}, package_dir={'': 'src'},
install_requires=['ZODB3'], install_requires=['ZODB3'],
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment