Skip to content

Commit afe134b

Browse files
author
Jon Wayne Parrott
authored
Release v1.6.2 (#348)
1 parent 068eb35 commit afe134b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.6.2
2+
Version 1.6.2
3+
4+
Bugfix release
5+
6+
- Fixed a bug where application default credentials would still be used even
7+
when a developerKey was specified. (#347)
8+
- Official support for Python 3.5 and 3.6. (#341)
9+
110
v1.6.1
211
Version 1.6.1
312

googleapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.6.1"
15+
__version__ = "1.6.2"
1616

1717
# Set default logging handler to avoid "No handler found" warnings.
1818
import logging

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def _DetectBadness():
9393
'Programming Language :: Python :: 3',
9494
'Programming Language :: Python :: 3.3',
9595
'Programming Language :: Python :: 3.4',
96+
'Programming Language :: Python :: 3.5',
97+
'Programming Language :: Python :: 3.6',
9698
'Development Status :: 5 - Production/Stable',
9799
'Intended Audience :: Developers',
98100
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)