Back to development: 2.4.10

[ci skip]
This commit is contained in:
Maurits van Rees 2015-11-25 23:29:24 +01:00
parent d44cba1844
commit 445e1f8d9f
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
Changelog Changelog
========= =========
2.4.10 (unreleased)
-------------------
New:
- *add item here*
Fixes:
- *add item here*
2.4.9 (2015-11-25) 2.4.9 (2015-11-25)
------------------ ------------------

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.9' version = '2.4.10.dev0'
install_requires = [ install_requires = [
'setuptools', 'setuptools',