mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Stop appending the rev to the version number.
This commit is contained in:
@@ -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