X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=mediagoblin%2F_version.py;h=8437be8b1079a55f5452201de5e5d65ef3b494c2;hb=5c2ece7401723486d76ea0fcd2f99ba4d1002504;hp=5e3f4e5a964e5d465d70e5872e9f5cf969912845;hpb=8d52214f1e7b6d446fdf34fbfc8328f08eafbb1e;p=mediagoblin.git diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py index 5e3f4e5a..8437be8b 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.3.0-dev" +# 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.4.0.dev"