Commit 90cd4ab2 authored by Hanno Schlichting's avatar Hanno Schlichting

Sorry, need to change the version number to represent something closer to the...

Sorry, need to change the version number to represent something closer to the actual one, otherwise developing the code in combination with other software with a ZODB>=3.9 dependency doesn't work
parent b50cbc83
......@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo.
"""
VERSION = "3.0"
VERSION = "3.10dev"
from ez_setup import use_setuptools
use_setuptools()
......
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