From 9fa10fe30e3216170f41ce47797c7a3a56e17a5f Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Wed, 4 Oct 2017 21:57:27 -0700 Subject: Update version in docs --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 807dec6..f9ec320 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ master_doc = 'index' # General information about the project. project = u'PySpike' -copyright = u'2014-2015, Mario Mulansky' +copyright = u'2014-2017, Mario Mulansky' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -66,7 +66,7 @@ copyright = u'2014-2015, Mario Mulansky' # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3