Preparing release 2.4.1

This commit is contained in:
esteele 2015-03-26 15:49:17 -04:00
parent 285dbcd918
commit 9cc97f8f95
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.4.1 (unreleased)
2.4.1 (2015-03-26)
------------------
- i18n for ICaptcha interface.

View File

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