Skip to content

Commit a6942dd

Browse files
Update conf.py
version to 5.2.7
1 parent a215d0c commit a6942dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
project = u'SoftLayer API Python Client'
4949
# Hack to avoid the "Redefining built-in 'copyright'" error from static
5050
# analysis tools
51-
globals()['copyright'] = u'2016, SoftLayer Technologies, Inc.'
51+
globals()['copyright'] = u'2017, SoftLayer Technologies, Inc.'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '5.2.1'
58+
version = '5.2.7'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '5.2.1'
60+
release = '5.2.7'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)