Preparing release 2.4.0

This commit is contained in:
esteele 2015-03-12 10:21:21 -04:00
parent 83046caf73
commit 7ea789770b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.4.0 (unreleased)
2.4.0 (2015-03-12)
------------------
- use requirejs if available

View File

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