8000 Merge pull request #584 from MLKrueger1987/develop · itsmemattchung/github3.py@872c813 · GitHub
[go: up one dir, main page]

Skip to content

Commit 872c813

Browse files
committed
Merge pull request sigmavirus24#584 from MLKrueger1987/develop
Updated docstrings to have the right url for the documentation
2 parents 584b2cd + cad3098 commit 872c813

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,5 @@ Contributors
124124
- Christophe Lecointe (@christophelec)
125125

126126
- Abhijeet Kasurde (@akasurde)
127+
128+
- Matthew Krueger (@mlkrueger1987)

github3/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
__author__ = 'Ian Cordasco'
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
7-
__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
7+
__copyright__ = 'Copyright 2012-2016 Ian Cordasco'
88
__version__ = '1.0.0a4'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
10-
__url__ = 'https://github3py.readthedocs.org'
10+
__url__ = 'http://github3.readthedocs.org'
1111

1212
__all__ = (
1313
'__package_name__', '__title__', '__author__', '__author_email__',

github3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
github3
44
=======
55
6-
See http://github3py.rtfd.org/ for documentation.
6+
See http://github3.readthedocs.org/ for documentation.
77
8-
:copyright: (c) 2012-2014 by Ian Cordasco
8+
:copyright: (c) 2012-2016 by Ian Cordasco
99
:license: Modified BSD, see LICENSE for more details
1010
1111
"""

0 commit comments

Comments
 (0)
0