From: Christopher Allan Webber Date: Wed, 10 Jul 2013 16:41:29 +0000 (-0500) Subject: Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bed9ad06b79eae9072d3172ddcf4cc5e778441a9;p=mediagoblin.git Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice. This commit sponsored by William Linna. Thank you! --- diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 7b6d8353..e8c9477e 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -21,6 +21,17 @@ This chapter has important information for releases in it. If you're upgrading from a previous release, please read it carefully, or at least skim over it. +0.4.1 +===== + +This is a bugfix release for 0.4.0. This only implements one major +fix in the newly released document support which prevented the +"conversion via libreoffice" feature. + +If you were running 0.4.0 you can upgrade to v0.4.1 via a simple +switch and restarting mediagoblin/celery with no other actions. + + 0.4.0 ===== diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py index cb230a60..1aa0e2c4 100644 --- a/mediagoblin/_version.py +++ b/mediagoblin/_version.py @@ -23,4 +23,4 @@ # see http://www.python.org/dev/peps/pep-0386/ -__version__ = "0.4.0" +__version__ = "0.4.1"