mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Stop appending the rev to the version number.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ from sphinx.application import Sphinx
|
||||
from sphinx.util.console import darkred, nocolor
|
||||
|
||||
__revision__ = '$Revision$'
|
||||
__version__ = '0.1.' + __revision__[11:-2]
|
||||
__version__ = '0.2'
|
||||
|
||||
|
||||
def usage(argv, msg=None):
|
||||
|
||||
Reference in New Issue
Block a user