use today() as version number of vsmartcard docs
This commit is contained in:
@@ -60,7 +60,8 @@ copyright = u'2009-2013 by Dominik Oepen and Frank Morgner'
|
||||
# The short X.Y version.
|
||||
#version = '0.7'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '2012-04-11'
|
||||
import datetime
|
||||
release = '%s' % datetime.date.today()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
Reference in New Issue
Block a user