Now in the 0.12.0 development cycle.
This commit is contained in:
parent
14cde83826
commit
cf2261022c
@ -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----
|
||||||
|
@ -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::
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
4
setup.py
4
setup.py
@ -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=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user