From: Christopher Allan Webber Date: Wed, 3 Jun 2015 15:36:33 +0000 (-0500) Subject: readthedocs can't read the version using autotools, so back to _version.py specifying it X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bc84e1882a89f9da6ead0fee9aceb9c15f0093c7;p=mediagoblin.git readthedocs can't read the version using autotools, so back to _version.py specifying it --- diff --git a/mediagoblin/_version.py.in b/mediagoblin/_version.py similarity index 96% rename from mediagoblin/_version.py.in rename to 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"