diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-04-05 22:12:07 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-04-05 22:13:01 +1000 |
commit | cf2261022cec79b7a95946b990bda71c946da397 (patch) | |
tree | 24155ff467527879288d774a33c7ace03c635f3f | |
parent | 14cde83826a7eaa7702c2032770753b3759b5381 (diff) | |
download | mediagoblin-cf2261022cec79b7a95946b990bda71c946da397.tar.lz mediagoblin-cf2261022cec79b7a95946b990bda71c946da397.tar.xz mediagoblin-cf2261022cec79b7a95946b990bda71c946da397.zip |
Now in the 0.12.0 development cycle.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/source/siteadmin/upgrading.rst | 2 | ||||
-rw-r--r-- | mediagoblin/_version.py | 2 | ||||
-rw-r--r-- | setup.py | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index a133d2c0..b9fdd6b5 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ dnl # * x.y.dev - dev dnl 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---- diff --git a/docs/source/siteadmin/upgrading.rst b/docs/source/siteadmin/upgrading.rst index 29dd04a6..598479ee 100644 --- a/docs/source/siteadmin/upgrading.rst +++ b/docs/source/siteadmin/upgrading.rst @@ -30,7 +30,7 @@ Upgrade 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:: diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py index e7565ed8..d2dd0ea7 100644 --- a/mediagoblin/_version.py +++ b/mediagoblin/_version.py @@ -23,4 +23,4 @@ # see http://www.python.org/dev/peps/pep-0386/ -__version__ = "0.11.0" +__version__ = "0.12.0" @@ -115,8 +115,8 @@ try: """, license='AGPLv3', author='Free Software Foundation and contributors', - author_email='cwebber@gnu.org', - url="http://mediagoblin.org/", + author_email='mediagoblin-devel@gnu.org', + url='https://mediagoblin.org/', long_description=long_description, description='MediaGoblin is a web application for publishing all kinds of media', classifiers=[ |