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

@ -56,7 +56,7 @@ dnl # * x.y.dev - dev
dnl
dnl # see http://www.python.org/dev/peps/pep-0386/
AC_INIT([mediagoblin], [0.8.2.dev], [cwebber@gnu.org])
AC_INIT([mediagoblin], [0.9.0], [cwebber@gnu.org])
dnl----

View File

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