Back to development: 2.4.11

[ci skip]
This commit is contained in:
Maurits van Rees 2016-02-08 22:40:13 +01:00
parent 6fdd3dc16e
commit e458447456
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
Changelog
=========
2.4.11 (unreleased)
-------------------
New:
- *add item here*
Fixes:
- *add item here*
2.4.10 (2016-02-08)
-------------------

View File

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