File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ v1.7.7
3
+ Version 1.7.7
4
+
5
+ Bugfix release
6
+ - Change xrange to range ([#601](https://github.com/google/google-api-python-client/pull/601))
7
+ - Typo in http.py exception message. ([#602](https://github.com/google/google-api-python-client/pull/602))
8
+
9
+ - Announce deprecation of Python 2.7 ([#603](https://github.com/google/google-api-python-client/pull/603))
10
+ - Updates documentation for stopping channel subscriptions ([#598](https://github.com/google/google-api-python-client/pull/598))
11
+ - Adding example for searchAppearance ([#414](https://github.com/google/google-api-python-client/pull/414))
12
+
13
+ - Add badges ([#455](https://github.com/google/google-api-python-client/pull/455))
14
+
1
15
v1.7.6
2
16
Version 1.7.6
3
17
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.7.6 "
15
+ __version__ = "1.7.7 "
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