Back to development: 2.1.1

svn path=/plone.app.discussion/trunk/; revision=51756
This commit is contained in:
Eric Steele 2011-08-23 19:40:15 +00:00
parent f2a5c52947
commit c49377392f
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.1.1 (unreleased)
------------------
- Nothing changed yet.
2.1.0 (unreleased) 2.1.0 (unreleased)
------------------ ------------------

View File

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