Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0711b8b

Browse files
author
Brian J. Watson
committed
Add CHANGELOG entry for v1.5.5, and bump version.
1 parent 6394b66 commit 0711b8b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.5.5
2+
Version 1.5.5
3+
4+
Bugfix release
5+
6+
- Allow explicit MIME type specification with media_mime_type keyword argument.
7+
- Fix unprintable representation of BatchError with default constructor. (#165)
8+
- Refresh all discovery docs, not just the preferred ones. (#298)
9+
- Update minimum httplib2 dependency to >=0.9.2.
10+
111
v1.5.4
212
Version 1.5.4
313

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.5.4"
15+
__version__ = "1.5.5"
1616

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

0 commit comments

Comments
 (0)