Back to development.

This commit is contained in:
Timo Stollenwerk 2012-02-29 10:23:36 +01:00
parent 147a25e0d8
commit 3b55519c13
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ versions = versions
eggs += plone.app.discussion [test]
[versions]
plone.app.discussion = 2.1.4
plone.app.discussion = 2.1.5dev

View File

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