Skip to content

Commit c00f12c

Browse files
updates the version number to v1.1.1 in the documentation
1 parent 9805821 commit c00f12c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353

5454
# General information about the project.
5555
project = u'IRC Log Parser'
56-
copyright = u'2016, Prasad Talasila, Rohan Goel, Dhruv Shekhawat'
57-
author = u'Prasad Talasila, Rohan Goel, Dhruv Shekhawat'
56+
copyright = u'2016-2017, Prasad Talasila, Rohan Goel, Rohit Kaushik'
57+
author = u'Prasad Talasila, Rohan Goel, Rohit Kaushik'
5858

5959
# The version info for the project you're documenting, acts as replacement for
6060
# |version| and |release|, also used in various other places throughout the
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = u'1.0.0'
64+
version = u'1.1.1'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.0.0'
66+
release = u'1.1.1'
6767

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

0 commit comments

Comments
 (0)