Skip to content

Commit 707d620

Browse files

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-service-control/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/python-service-control/compare/v1.1.0...v1.2.0) (2021-10-20)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#77](https://www.github.com/googleapis/python-service-control/issues/77)) ([ee227b9](https://www.github.com/googleapis/python-service-control/commit/ee227b960920c6be4c8186b8095bc81d3bf8e45c))
9+
10+
11+
### Documentation
12+
13+
* fix docstring formatting ([#80](https://www.github.com/googleapis/python-service-control/issues/80)) ([4e2df1f](https://www.github.com/googleapis/python-service-control/commit/4e2df1fbc8342a8e94aea10cc0cc2985a02411e8))
14+
315
## [1.1.0](https://www.github.com/googleapis/python-service-control/compare/v1.0.3...v1.1.0) (2021-10-08)
416

517

packages/google-cloud-service-control/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-service-control"
23-
version = "1.1.0"
23+
version = "1.2.0"
2424
description = "Service Control API client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-service-control"

0 commit comments

Comments
 (0)