Back to development: 2.4.19

[ci skip]
This commit is contained in:
Maurits van Rees 2016-09-20 16:07:59 +02:00
parent 321ce54ffa
commit 643fc41570
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
2.4.19 (unreleased)
-------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
2.4.18 (2016-09-20)
-------------------

View File

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