summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index af724a5..66650d9 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -38,16 +38,16 @@ master_doc = 'index'
# General information about the project.
project = u'pySerial'
-copyright = u'2001-2010, Chris Liechti'
+copyright = u'2001-2013, Chris Liechti'
# 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.6'
+version = '2.7'
# The full version, including alpha/beta/rc tags.
-release = '2.6'
+release = '2.7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.