Skip to content

Commit d8a69ff

Browse files
chore: release 1.0.3 (#67)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.0.3](https://www.github.com/googleapis/python-service-control/compare/v1.0.2...v1.0.3) (2021-09-27) ### Bug Fixes * add 'dict' annotation type to 'request' ([a7b03c8](https://www.github.com/googleapis/python-service-control/commit/a7b03c8deb20203342647d0d0ce2212b2d80154b)) ### Documentation * migrate links in CONTRIBUTING.rst from master to main ([#58](https://www.github.com/googleapis/python-service-control/issues/58)) ([98c4177](https://www.github.com/googleapis/python-service-control/commit/98c4177b4cdeb4cc6ad2ac947bff0bb22df578a6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e5f7714 commit d8a69ff

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.0.3](https://www.github.com/googleapis/python-service-control/compare/v1.0.2...v1.0.3) (2021-09-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add 'dict' annotation type to 'request' ([a7b03c8](https://www.github.com/googleapis/python-service-control/commit/a7b03c8deb20203342647d0d0ce2212b2d80154b))
9+
10+
11+
### Documentation
12+
13+
* migrate links in CONTRIBUTING.rst from master to main ([#58](https://www.github.com/googleapis/python-service-control/issues/58)) ([98c4177](https://www.github.com/googleapis/python-service-control/commit/98c4177b4cdeb4cc6ad2ac947bff0bb22df578a6))
14+
315
### [1.0.2](https://www.github.com/googleapis/python-service-control/compare/v1.0.1...v1.0.2) (2021-07-28)
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.0.2"
23+
version = "1.0.3"
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)