diff --git a/CHANGES.rst b/CHANGES.rst index 6e25224..2608f3a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +2.4.16 (unreleased) +------------------- + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 2.4.15 (2016-06-12) ------------------- diff --git a/setup.py b/setup.py index 89a2422..098a484 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -version = '2.4.15' +version = '2.4.16.dev0' install_requires = [ 'setuptools',