From e8b7d13e8627526792913772e553cc1548702981 Mon Sep 17 00:00:00 2001 From: Aaron Quinlan Date: Wed, 6 Dec 2017 11:00:04 -0700 Subject: [PATCH] Update conf.py --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 531292463..c44fa35bd 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,16 +44,16 @@ # General information about the project. project = u'bedtools' -copyright = u'2009 - 2016, Aaron R. Quinlan and Neil Kindlon' +copyright = u'2009 - 2017, Aaron R. Quinlan and Neil Kindlon' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.26.0' +version = '2.27.0' # The full version, including alpha/beta/rc tags. -release = '2.26.0' +release = '2.27.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.