Switch over media processor to use the get_workbench decorator (#565)
[mediagoblin.git] / mediagoblin / _version.py
index 5e3f4e5a964e5d465d70e5872e9f5cf969912845..2db399a903b1eb6242031a75b4aa7604ab92ba2a 100644 (file)
@@ -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
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__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.3.3.dev"