diff --git a/VERSION b/VERSION index 40240d1d7c..48b91fd89c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.1dev +0.24.1 diff --git a/docs/changelog.rst b/docs/changelog.rst index cdbe8fa3c2..39e98eefc3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,7 +2,7 @@ CHANGELOG ========= -0.24.1 (unreleased) +0.24.1 (2014-06-26) ------------------- **BUG fixes** diff --git a/docs/conf.py b/docs/conf.py index 3631a52e57..856b8adb46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.24' # The full version, including alpha/beta/rc tags. -release = '0.24.1dev' +release = '0.24.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/install.sh b/install.sh index 1353d756e5..5636d7da93 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ exec 1> install.log 2>&1 #------------------------------------------------------------------------------ -VERSION=${VERSION:-0.24.0} +VERSION=${VERSION:-0.24.1} dev=false tests=false prod=false