Back to development: 2.4.12

This commit is contained in:
esteele 2016-03-31 12:08:33 +02:00
parent dd3894e3e4
commit 2e3ffc9b2c
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
2.4.12 (unreleased)
-------------------
Incompatibilities:
- *add item here*
New:
- *add item here*
Fixes:
- *add item here*
2.4.11 (2016-03-31)
-------------------

View File

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