File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
110v1.6.1
211 Version 1.6.1
312
Original file line number Diff line number Diff line change 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.
1818import logging
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments