Update version number to 2.3.0 since we need a new master branch for Plone 5 due to the changes in the test setup (PLONE_APP_CONTENTTPYES_FIXTURE).

This commit is contained in:
tisto 2013-09-24 15:00:46 +02:00
parent f929dc2bd9
commit 3eae5378ff
2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,20 @@
Changelog
=========
2.3.0 (unreleased)
------------------
- Refactor tests to use the PLONE_APP_CONTENTTYPES_FIXTURE instead of the PLONE_FIXTURE.
[timo]
2.2.10 (2013-09-24)
-------------------
- Revert "Refactor tests to use the PLONE_APP_CONTENTTYPES_FIXTURE instead of the PLONE_FIXTURE." that has been accidentially introduced into the 2.2.9 release.
[timo]
2.2.9 (2013-09-24)
------------------

View File

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