Skip to content

Commit 6ed8dbb

Browse files
authored
Release 1.7.7 (googleapis#606)
1 parent 8f4a530 commit 6ed8dbb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
v1.7.6
216
Version 1.7.6
317

googleapiclient/__init__.py

+1-1
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.7.6"
15+
__version__ = "1.7.7"
1616

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

0 commit comments

Comments
 (0)