fixed bug #728
[mediagoblin.git] / mediagoblin / _version.py
index d6c6e20d8006b026c24852b4858e231e5941e9d0..1cc6b02dc94c69b704bfb5723dcf0a3bc1eb864d 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.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__ = "1.0.dev"