Back to development: 2.4.15

[ci skip]
This commit is contained in:
Maurits van Rees 2016-06-06 11:42:40 +02:00
parent b086c33788
commit 4ecc7f0519
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
2.4.15 (unreleased)
-------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
2.4.14 (2016-06-06)
-------------------

View File

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