use today() as version number of vsmartcard docs

This commit is contained in:
Frank Morgner
2013-06-27 00:31:39 +02:00
parent 31ff210f08
commit 00bd4c36aa

View File

@@ -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.