aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2012-02-09 10:49:50 -0500
committerWill Kahn-Greene <willg@bluesock.org>2012-02-09 10:49:50 -0500
commit934d0b67a00f764fa2bc6ce44f31864f3804a44e (patch)
tree7eab8816854cc047918297dbf674498212b48373
parent58301e093c7b99dc66b1e9255e34ef2e90e48d4d (diff)
downloadmediagoblin-934d0b67a00f764fa2bc6ce44f31864f3804a44e.tar.lz
mediagoblin-934d0b67a00f764fa2bc6ce44f31864f3804a44e.tar.xz
mediagoblin-934d0b67a00f764fa2bc6ce44f31864f3804a44e.zip
Update version to 0.3.0-dev
-rw-r--r--docs/source/conf.py4
-rw-r--r--mediagoblin/_version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6b5dd93b..8aedf596 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2011, 2012 GNU MediaGoblin contributors'
# built documents.
#
# The short X.Y version.
-version = '0.2.1'
+version = '0.3.0'
# The full version, including alpha/beta/rc tags.
-release = '0.2.1'
+release = '0.3.0-dev"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py
index f0358495..381d1270 100644
--- a/mediagoblin/_version.py
+++ b/mediagoblin/_version.py
@@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
-__version__ = "0.2.1"
+__version__ = "0.3.0-dev"