Prepare 2.3.0 release.

This commit is contained in:
Timo Stollenwerk 2014-02-22 07:25:07 +01:00
parent d788d07a87
commit ce5c00ca7d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.3.0 (unreleased) 2.3.0 (2014-02-22)
------------------ ------------------
- Execute the proper workflow change when using the moderation buttons instead - Execute the proper workflow change when using the moderation buttons instead

View File

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