M configure.ac => configure.ac +1 -1
@@ 56,7 56,7 @@ dnl # * x.y.dev - dev
dnl
dnl # see http://www.python.org/dev/peps/pep-0386/
-AC_INIT([mediagoblin], [0.12.0], [mediagoblin-devel@gnu.org])
+AC_INIT([mediagoblin], [0.12.1], [mediagoblin-devel@gnu.org])
dnl----
M docs/source/siteadmin/relnotes.rst => docs/source/siteadmin/relnotes.rst +1 -1
@@ 20,7 20,7 @@ Release Notes
This chapter has important information about our current and previous releases.
-0.12.1rc1
+0.12.1
=========
This patch release fixes a number of Python dependency issues, allows us to
M docs/source/siteadmin/upgrading.rst => docs/source/siteadmin/upgrading.rst +1 -1
@@ 35,7 35,7 @@ Upgrade
2. Update to the latest release. In your ``mediagoblin`` directory, run::
- git fetch && git checkout -q v0.12.1rc1 && git submodule update
+ git fetch && git checkout -q v0.12.1 && git submodule update
3. Note down any plugins you have installed by reviewing your
``mediagoblin.ini`` configuration. These will be removed by the following
M mediagoblin/_version.py => mediagoblin/_version.py +1 -1
@@ 23,4 23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
-__version__ = "0.12.1rc1"
+__version__ = "0.12.1"