File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.6.3
2
+ Version 1.6.3
3
+
4
+ Bugfix release
5
+
6
+ - Add notification of maintenance mode to README. (#410)
7
+ - Fix generation of methods with abnormal page token conventions. (#338)
8
+ - Raise ValueError is credentials and developerKey are both specified. (#358)
9
+ - Re-generate documentation. (#364, #373, #401)
10
+ - Fix method signature documentation for multiline required parameters. (#374)
11
+ - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
12
+ - Fix dead link to WebTest in README. (#378)
13
+ - Fix details missing in googleapiclient.errors.HttpError. (#412)
14
+ - Don't treat httplib2.Credentials as oauth credentials. (#425)
15
+ - Various fixes to the Django sample. (#413)
16
+
1
17
v1.6.2
2
18
Version 1.6.2
3
19
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.2 "
15
+ __version__ = "1.6.3 "
16
16
17
17
# Set default logging handler to avoid "No handler found" warnings.
18
18
import logging
You can’t perform that action at this time.
0 commit comments