Back to development: 2.4.13

[ci skip]
This commit is contained in:
esteele 2016-04-13 08:40:02 -04:00
parent 69eee88eb9
commit 13b87f030d
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog Changelog
========= =========
2.4.13 (unreleased)
-------------------
Incompatibilities:
- *add item here*
New:
- *add item here*
Fixes:
- *add item here*
2.4.12 (2016-04-13) 2.4.12 (2016-04-13)
------------------- -------------------

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