Preparing release 2.4.20

[ci skip]
This commit is contained in:
Maurits van Rees 2017-01-17 19:15:56 +01:00
parent 356f26fedb
commit 59527e7020
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.4.20 (unreleased) 2.4.20 (2017-01-17)
------------------- -------------------
Bug fixes: Bug 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.20.dev0' version = '2.4.20'
install_requires = [ install_requires = [
'setuptools', 'setuptools',