Back to development: 2.4.18

[ci skip]
This commit is contained in:
Maurits van Rees
2016-08-17 00:21:22 +02:00
parent afa962bb11
commit ef4710bab1
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,6 +1,22 @@
Changelog
=========
2.4.18 (unreleased)
-------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
2.4.17 (2016-08-17)
-------------------
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '2.4.17'
version = '2.4.18.dev0'
install_requires = [
'setuptools',