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

Commit 8b190f3

Browse files
chore(main): release 1.7.0 (#196)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c4a8a8d commit 8b190f3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/googleapis/python-workflows/compare/v1.6.3...v1.7.0) (2022-07-06)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([c4a8a8d](https://github.com/googleapis/python-workflows/commit/c4a8a8d5109b91a2a0af176044ab79b20f2bcf60))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core >= 2.8.0 ([c4a8a8d](https://github.com/googleapis/python-workflows/commit/c4a8a8d5109b91a2a0af176044ab79b20f2bcf60))
14+
* require python >= 3.7 ([#195](https://github.com/googleapis/python-workflows/issues/195)) ([6315169](https://github.com/googleapis/python-workflows/commit/6315169c0696cc8807c13c89c992d60ad8970f2e))
15+
316
## [1.6.3](https://github.com/googleapis/python-workflows/compare/v1.6.2...v1.6.3) (2022-06-03)
417

518

setup.py

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

22-
version = "1.6.3"
22+
version = "1.7.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)