Back to development: 2.4.9

This commit is contained in:
esteele 2015-09-20 20:57:13 +02:00
parent 6622934b23
commit e168ca18b9
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.4.9 (unreleased)
------------------
- Nothing changed yet.
2.4.8 (2015-09-20) 2.4.8 (2015-09-20)
------------------ ------------------

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