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+
117v1.6.2
218 Version 1.6.2
319
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.2 "
15+ __version__ = "1.6.3 "
1616
1717# Set default logging handler to avoid "No handler found" warnings.
1818import logging
You can’t perform that action at this time.
0 commit comments