Back to development: 2.4.6

[ci skip]
This commit is contained in:
esteele 2015-09-11 15:43:38 -04:00
parent eb69461f35
commit 50d9d685ed
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.4.6 (unreleased)
------------------
- Nothing changed yet.
2.4.5 (2015-09-11) 2.4.5 (2015-09-11)
------------------ ------------------

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