diff options
author | adityacp | 2018-03-22 12:44:20 +0530 |
---|---|---|
committer | adityacp | 2018-03-22 12:44:20 +0530 |
commit | 81a82ec09743fe8030e2dd197944c18f821bf05e (patch) | |
tree | 367ef8a4e85b0b6643836ab83786f9e7e8c00d95 /yaksh/documentation/conf.py | |
parent | e244cd285669d3de80a764d75eecbb46b6d3fd63 (diff) | |
parent | 4b356aa2f6097cd0f46292218f31ded18b631e53 (diff) | |
download | online_test-81a82ec09743fe8030e2dd197944c18f821bf05e.tar.gz online_test-81a82ec09743fe8030e2dd197944c18f821bf05e.tar.bz2 online_test-81a82ec09743fe8030e2dd197944c18f821bf05e.zip |
Merge https://github.com/fossee/online_test into fix_quiz_completion
Diffstat (limited to 'yaksh/documentation/conf.py')
-rw-r--r-- | yaksh/documentation/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/documentation/conf.py b/yaksh/documentation/conf.py index 10ad210..1a2c50f 100644 --- a/yaksh/documentation/conf.py +++ b/yaksh/documentation/conf.py @@ -59,7 +59,7 @@ master_doc = 'index' # General information about the project. project = u'Yaksh' -copyright = u'2016, FOSSEE' +copyright = u'2018, FOSSEE' author = u'FOSSEE' # The version info for the project you're documenting, acts as replacement for @@ -67,9 +67,9 @@ author = u'FOSSEE' # built documents. # # The short X.Y version. -version = u'0.1.2' +version = u'0.7' # The full version, including alpha/beta/rc tags. -release = u'July 2016' +release = u'Feb 2018' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |