diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 10:49:50 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 10:49:50 -0500 |
commit | 934d0b67a00f764fa2bc6ce44f31864f3804a44e (patch) | |
tree | 7eab8816854cc047918297dbf674498212b48373 /docs/source/conf.py | |
parent | 58301e093c7b99dc66b1e9255e34ef2e90e48d4d (diff) | |
download | mediagoblin-934d0b67a00f764fa2bc6ce44f31864f3804a44e.tar.lz mediagoblin-934d0b67a00f764fa2bc6ce44f31864f3804a44e.tar.xz mediagoblin-934d0b67a00f764fa2bc6ce44f31864f3804a44e.zip |
Update version to 0.3.0-dev
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 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. |