Back to development: 2.4.7

[ci skip]
This commit is contained in:
Maurits van Rees 2015-09-14 14:38:08 +02:00
parent b898f7d396
commit 41d216c225
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.4.7 (unreleased)
------------------
- Nothing changed yet.
2.4.6 (2015-09-14) 2.4.6 (2015-09-14)
------------------ ------------------

View File

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