We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a215d0c commit a6942ddCopy full SHA for a6942dd
docs/conf.py
@@ -48,16 +48,16 @@
48
project = u'SoftLayer API Python Client'
49
# Hack to avoid the "Redefining built-in 'copyright'" error from static
50
# analysis tools
51
-globals()['copyright'] = u'2016, SoftLayer Technologies, Inc.'
+globals()['copyright'] = u'2017, SoftLayer Technologies, Inc.'
52
53
# The version info for the project you're documenting, acts as replacement for
54
# |version| and |release|, also used in various other places throughout the
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '5.2.1'
+version = '5.2.7'
59
# The full version, including alpha/beta/rc tags.
60
-release = '5.2.1'
+release = '5.2.7'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
0 commit comments