fixup! Now in 0.11.0 development cycle.
[mediagoblin.git] / mediagoblin / _version.py
CommitLineData
cf37fffc 1# GNU MediaGoblin -- federated, autonomous media hosting
cf29e8a8 2# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS.
cf37fffc
WKG
3#
4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as published by
6# the Free Software Foundation, either version 3 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU Affero General Public License for more details.
13#
14# You should have received a copy of the GNU Affero General Public License
15# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
8d45c446
WKG
17# valid version formats:
18# * x.y - final release
19# * x.ya1 - alpha 1
20# * x.yb1 - beta 1
21# * x.yrc1 - release candidate 1
22# * x.y.dev - dev
23
24# see http://www.python.org/dev/peps/pep-0386/
25
e94f94e6 26__version__ = "0.11.dev"