Now in the 0.12.0 development cycle.

This commit is contained in:
Ben Sturmfels 2021-04-05 22:12:07 +10:00
parent 14cde83826
commit cf2261022c
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -30,7 +30,7 @@ Upgrade
1. Update to the latest release. In your ``mediagoblin`` directory, run:: 1. Update to the latest release. In your ``mediagoblin`` directory, run::
git fetch && git checkout -q v0.11.0 && git submodule update git fetch && git checkout -q v0.12.0 && git submodule update
2. Remove your existing installation:: 2. Remove your existing installation::

View File

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

View File

@ -115,8 +115,8 @@ try:
""", """,
license='AGPLv3', license='AGPLv3',
author='Free Software Foundation and contributors', author='Free Software Foundation and contributors',
author_email='cwebber@gnu.org', author_email='mediagoblin-devel@gnu.org',
url="http://mediagoblin.org/", url='https://mediagoblin.org/',
long_description=long_description, long_description=long_description,
description='MediaGoblin is a web application for publishing all kinds of media', description='MediaGoblin is a web application for publishing all kinds of media',
classifiers=[ classifiers=[