Back to development: 2.4.17

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