8000 Merge branch 'develop' of https://github.com/sigmavirus24/github3.py … · pythonthings/github3.py@e7c401d · GitHub
[go: up one dir, main page]

Skip to content

Commit e7c401d

Browse files
Merge branch 'develop' of https://github.com/sigmavirus24/github3.py into admin_api_fixes
2 parents 8f2fd73 + 16acb4b commit e7c401d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

AUTHORS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,7 @@ Contributors
133133

134134
- Evan Borgstrom (@borgstrom)
135135

136+
- Jordan Moldow (@jmoldow)
137+
136138
- Goodwillcoding (@goodwillcoding)
139+

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Dependencies
1717
------------
1818

1919
- requests_ by Kenneth Reitz
20-
- uritemplate.py_ by Ian Cordasco
20+
- uritemplate_ by Ian Cordasco
2121

2222
.. _requests: https://github.com/kennethreitz/requests
23-
.. _uritemplate.py: https://github.com/sigmavirus24/uritemplate
23+
.. _uritemplate: https://github.com/sigmavirus24/uritemplate
2424

2525
Contributing
2626
------------

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ Dependencies
111111
~~~~~~~~~~~~
112112

113113
- requests_ by Kenneth Reitz
114-
- uritemplate.py_ by Ian Cordasco
114+
- uritemplate_ by Ian Cordasco
115115

116116
.. _requests: https://github.com/kennethreitz/requests
117-
.. _uritemplate.py: https://github.com/sigmavirus24/uritemplate
117+
.. _uritemplate: https://github.com/sigmavirus24/uritemplate
118118

119119

120120
Contributing

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ universal = 1
44
[metadata]
55
requires-dist=
66
requests>=2.0
7-
uritemplate.py>=0.2.0
7+
uritemplate>=3.0.0
88
pyOpenSSL>=0.13; python_version<="2.7"
99
ndg-httpsclient; python_version<="2.7"
1010
pyasn1; python_version<="2.7"

0 commit comments

Comments
 (0)
0