X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=mediagoblin%2F_version.py;h=ed7dd40c9dfcd64417a974eb9c3a12dbcd1e86a6;hb=4f1a5148cb9b64f7086d047359f612a84f3d4c9c;hp=d6c6e20d8006b026c24852b4858e231e5941e9d0;hpb=a81912ecd0ed56f1c38728b63d1ab1b6e930dce8;p=mediagoblin.git diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py index d6c6e20d..ed7dd40c 100644 --- a/mediagoblin/_version.py +++ b/mediagoblin/_version.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS. +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -14,4 +14,13 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -__version__ = "0.1.0" +# valid version formats: +# * x.y - final release +# * x.ya1 - alpha 1 +# * x.yb1 - beta 1 +# * x.yrc1 - release candidate 1 +# * x.y.dev - dev + +# see http://www.python.org/dev/peps/pep-0386/ + +__version__ = "0.7.1.dev"