Switch back to development.

This commit is contained in:
Timo Stollenwerk 2011-12-23 16:59:48 +01:00
parent 83b68c9047
commit 0077d04ba1
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ versions = versions
eggs += plone.app.discussion [test]
[versions]
plone.app.discussion = 2.1.2
plone.app.discussion = 2.1.3dev

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.1.2'
version = '2.1.3dev'
install_requires = [
'setuptools',