Back to development: 2.4.14

[ci skip]
This commit is contained in:
Maurits van Rees 2016-05-04 16:46:49 +02:00
parent 4da634d12f
commit 23a1f02e2f
2 changed files with 17 additions and 1 deletions

View File

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

View File

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