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
+
1
10
v1.6.1
2
11
Version 1.6.1
3
12
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.6.1 "
15
+ __version__ = "1.6.2 "
16
16
17
17
# Set default logging handler to avoid "No handler found" warnings.
18
18
import logging
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ def _DetectBadness():
93
93
'Programming Language :: Python :: 3' ,
94
94
'Programming Language :: Python :: 3.3' ,
95
95
'Programming Language :: Python :: 3.4' ,
96
+ 'Programming Language :: Python :: 3.5' ,
97
+ 'Programming Language :: Python :: 3.6' ,
96
98
'Development Status :: 5 - Production/Stable' ,
97
99
'Intended Audience :: Developers' ,
98
100
'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments