summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst4
-rw-r--r--factory/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index b84ebc3..561ce18 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,8 +4,8 @@ ChangeLog
.. _v2.4.0:
-2.4.0 (master)
---------------
+2.4.0 (2014-06-21)
+------------------
*New:*
diff --git a/factory/__init__.py b/factory/__init__.py
index ca1571a..1f06fba 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-__version__ = '2.3.1'
+__version__ = '2.4.0'
__author__ = 'Raphaƫl Barrois <raphael.barrois+fboy@polytechnique.org>'