Back to development: 2.3.3

This commit is contained in:
tisto 2014-04-05 16:36:11 +02:00
parent c1c36c0133
commit 5a9bfdf876
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.3.3 (unreleased)
------------------
- Nothing changed yet.
2.3.2 (2014-04-05)
------------------

View File

@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '2.3.2'
version = '2.3.3.dev0'
install_requires = [
'setuptools',