aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-06-03 10:36:33 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-06-03 10:36:33 -0500
commitbc84e1882a89f9da6ead0fee9aceb9c15f0093c7 (patch)
treea7ba8f665b6a3378df3dca87c171b8757516c68b
parente82c7edee59c6e5a02e600ee124605a6055f72b8 (diff)
downloadmediagoblin-bc84e1882a89f9da6ead0fee9aceb9c15f0093c7.tar.lz
mediagoblin-bc84e1882a89f9da6ead0fee9aceb9c15f0093c7.tar.xz
mediagoblin-bc84e1882a89f9da6ead0fee9aceb9c15f0093c7.zip
readthedocs can't read the version using autotools, so back to _version.py specifying it
-rw-r--r--mediagoblin/_version.py (renamed from mediagoblin/_version.py.in)2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/_version.py.in b/mediagoblin/_version.py
index d180f750..5d7fab16 100644
--- a/mediagoblin/_version.py.in
+++ b/mediagoblin/_version.py
@@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
-__version__ = "@PACKAGE_VERSION@"
+__version__ = "0.8.0.dev"