diff --git a/CHANGES b/CHANGES index 0d02efd129..b91ceeeeb2 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ CHANGELOG ========= -0.22.4 (unreleased) +0.22.4 (2014-03-06) ------------------- * Fix install.sh not compiling locale messages (fixes #965) diff --git a/VERSION b/VERSION index d90746a79a..4240544f33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.3 +0.22.4 diff --git a/docs/conf.py b/docs/conf.py index b72ec5fdc8..8428f3a5b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.22' # The full version, including alpha/beta/rc tags. -release = '0.22.3' +release = '0.22.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.