From 00bd4c36aae572fc041607c04b52bc9f6b289ba0 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 27 Jun 2013 00:31:39 +0200 Subject: [PATCH] use today() as version number of vsmartcard docs --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 709869d..b924764 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.