Preparing release 2.4.14

[ci skip]
This commit is contained in:
Maurits van Rees 2016-06-06 11:42:18 +02:00
parent 80e0fe68ea
commit b086c33788
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.4.14 (unreleased) 2.4.14 (2016-06-06)
------------------- -------------------
New features: New features:

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