Skip to content

Commit 6b6043f

Browse files
1 parent ae4be6e commit 6b6043f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

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

3+
## [1.0.0](https://www.github.com/googleapis/python-service-control/compare/v0.3.0...v1.0.0) (2021-07-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release as 1.0.0 ([#42](https://www.github.com/googleapis/python-service-control/issues/42)) ([7722bef](https://www.github.com/googleapis/python-service-control/commit/7722bef5c084f1e610469ec09023fb9c712e904c))
9+
310
## [0.3.0](https://www.github.com/googleapis/python-service-control/compare/v0.2.0...v0.3.0) (2021-07-01)
411

512

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 = "0.3.0"
23+
version = "1.0.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)