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

Commit 0c33ec9

Browse files
chore(main): release 0.9.0 (#157)
* chore(main): release 0.9.0 * add classifier for python 3.11 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 5233d61 commit 0c33ec9

File tree

8 files changed

+15
-6
lines changed

8 files changed

+15
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.9.0"
33
}

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/googleapis/python-network-security/compare/v0.8.0...v0.9.0) (2023-01-10)
4+
5+
6+
### Features
7+
8+
* Add support for python 3.11 ([#156](https://github.com/googleapis/python-network-security/issues/156)) ([5233d61](https://github.com/googleapis/python-network-security/commit/5233d61f1c31da18125844e8059e7bb8e157150c))
9+
310
## [0.8.0](https://github.com/googleapis/python-network-security/compare/v0.7.2...v0.8.0) (2022-12-14)
411

512

google/cloud/network_security/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.8.0" # {x-release-please-version}
16+
__version__ = "0.9.0" # {x-release-please-version}

google/cloud/network_security_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.8.0" # {x-release-please-version}
16+
__version__ = "0.9.0" # {x-release-please-version}

google/cloud/network_security_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.8.0" # {x-release-please-version}
16+
__version__ = "0.9.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.networksecurity.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-security",
11-
"version": "0.1.0"
11+
"version": "0.9.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.networksecurity.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-security",
11-
"version": "0.1.0"
11+
"version": "0.9.0"
1212
},
1313
"snippets": [
1414
{

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
dependencies = [
4141
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4242
"proto-plus >= 1.22.0, <2.0.0dev",
43+
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4344
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4445
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
4546
]
@@ -80,6 +81,7 @@
8081
"Programming Language :: Python :: 3.8",
8182
"Programming Language :: Python :: 3.9",
8283
"Programming Language :: Python :: 3.10",
84+
"Programming Language :: Python :: 3.11",
8385
"Operating System :: OS Independent",
8486
"Topic :: Internet",
8587
],

0 commit comments

Comments
 (0)