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

Commit

Permalink
chore(main): release 0.7.2 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Oct 10, 2022
1 parent 78f436a commit 40c1fb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.2](https://github.com/googleapis/python-network-security/compare/v0.7.1...v0.7.2) (2022-10-10)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#145](https://github.com/googleapis/python-network-security/issues/145)) ([78f436a](https://github.com/googleapis/python-network-security/commit/78f436a852ae5f0e54665b45de42b391a0aca67d))
* **deps:** require google-api-core&gt;=1.33.2 ([78f436a](https://github.com/googleapis/python-network-security/commit/78f436a852ae5f0e54665b45de42b391a0aca67d))

## [0.7.1](https://github.com/googleapis/python-network-security/compare/v0.7.0...v0.7.1) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-network-security"
description = "Network Security API client library"
version = "0.7.1"
version = "0.7.2"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.33.2, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit 40c1fb6

Please sign in to comment.