Back to development: 2.4.3

This commit is contained in:
Timo Stollenwerk 2015-05-04 22:05:59 +02:00
parent 815b44dfd9
commit f5f2beff10
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.4.3 (unreleased)
------------------
- Nothing changed yet.
2.4.2 (2015-05-04)
------------------

View File

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