diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-04-30 11:03:35 -0700 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-05-02 07:02:15 -0700 |
commit | a736a5d5822106b5ac8aa1802fd2a97731e4168f (patch) | |
tree | 56ffc358f2b62aecd2ed4905b72670ab50d13d18 /docs/source/conf.py | |
parent | 44f3d3b19a8f3a477156c655666626eb33b169b4 (diff) | |
download | mediagoblin-a736a5d5822106b5ac8aa1802fd2a97731e4168f.tar.lz mediagoblin-a736a5d5822106b5ac8aa1802fd2a97731e4168f.tar.xz mediagoblin-a736a5d5822106b5ac8aa1802fd2a97731e4168f.zip |
Update version to 0.3.1.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 07f546e0..41cf2529 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.3.0' +version = '0.3.1' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.3.1.dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |