Back to development: 2.4.20

[ci skip]
This commit is contained in:
esteele 2017-01-02 14:02:57 -05:00
parent e56e1880f9
commit 0f5a91d4f4
2 changed files with 17 additions and 1 deletions

View File

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

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.19' version = '2.4.20.dev0'
install_requires = [ install_requires = [
'setuptools', 'setuptools',