Preparing release 2.4.13

[ci skip]
This commit is contained in:
Maurits van Rees 2016-05-04 16:46:21 +02:00
parent 181ceb9d04
commit 4da634d12f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.4.13 (unreleased) 2.4.13 (2016-05-04)
------------------- -------------------
Fixes: Fixes:

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