Back to development: 2.4.21

[ci skip]
This commit is contained in:
Maurits van Rees 2017-01-17 19:16:15 +01:00
parent 59527e7020
commit 82d67efef3
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
2.4.21 (unreleased)
-------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
2.4.20 (2017-01-17)
-------------------

View File

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