Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice.

This commit sponsored by William Linna.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-07-10 11:41:29 -05:00
parent 2d7a6789be
commit bed9ad06b7
2 changed files with 12 additions and 1 deletions

View File

@ -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
=====

View File

@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
__version__ = "0.4.0"
__version__ = "0.4.1"