Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore: release 1.0.3 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 27, 2021
1 parent a7b03c8 commit 566af3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

### [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))

### [1.0.2](https://www.github.com/googleapis/python-service-control/compare/v1.0.1...v1.0.2) (2021-07-28)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-service-control"
version = "1.0.2"
version = "1.0.3"
description = "Service Control API client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-service-control"
Expand Down

0 comments on commit 566af3e

Please sign in to comment.