On MediaGoblin 0.9.0!

* configure.ac (AC_INIT):
* mediagoblin/_version.py (__version__): Update to 0.9.0.
This commit is contained in:
Christopher Allan Webber
2016-03-29 11:42:20 -07:00
parent 6686502f17
commit 7e7231aa1a
2 changed files with 2 additions and 2 deletions

View File

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