Back to development: 2.4.1

This commit is contained in:
esteele 2015-03-12 10:22:07 -04:00
parent 7ea789770b
commit f7b4eb982d
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.4.1 (unreleased)
------------------
- Nothing changed yet.
2.4.0 (2015-03-12)
------------------

View File

@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '2.4.0'
version = '2.4.1.dev0'
install_requires = [
'setuptools',