We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6394b66 commit 0711b8bCopy full SHA for 0711b8b
CHANGELOG
@@ -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
11
v1.5.4
12
Version 1.5.4
13
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.5.4"
+__version__ = "1.5.5"
16
17
# Set default logging handler to avoid "No handler found" warnings.
18
import logging
0 commit comments