Back to development: 2.3.1

This commit is contained in:
Timo Stollenwerk 2014-02-22 10:11:05 +01:00
parent cd65923df5
commit 7a8f60dd5f
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.3.1 (unreleased)
------------------
- Nothing changed yet.
2.3.0 (2014-02-22) 2.3.0 (2014-02-22)
------------------ ------------------

View File

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