Commit ab282857 authored by Marius Gedminas's avatar Marius Gedminas

Lowercase version so zest.releaser can deal with it

See http://zestreleaser.readthedocs.org/en/latest/versions.html.
parent 5e82e6d0
...@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage ...@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo. interface, rich transaction support, and undo.
""" """
VERSION = "4.2.1.dev0" version = "4.2.1.dev0"
import os import os
import sys import sys
...@@ -134,7 +134,7 @@ long_description = str( ...@@ -134,7 +134,7 @@ long_description = str(
tests_require = ['zope.testing', 'manuel'] tests_require = ['zope.testing', 'manuel']
setup(name="ZODB", setup(name="ZODB",
version=VERSION, version=version,
setup_requires=['persistent'], setup_requires=['persistent'],
author="Jim Fulton", author="Jim Fulton",
author_email="jim@zope.com", author_email="jim@zope.com",
......
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