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

Commit 5504ddd

Browse files
chore(main): release 1.5.1 (#199)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e66561a commit 5504ddd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/grafeas/#history
66

7+
## [1.5.1](https://github.com/googleapis/python-grafeas/compare/v1.5.0...v1.5.1) (2022-08-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** allow protobuf < 5.0.0 ([#198](https://github.com/googleapis/python-grafeas/issues/198)) ([e66561a](https://github.com/googleapis/python-grafeas/commit/e66561a9ed210a0564b5027a1decb7f36413e447))
13+
* **deps:** require proto-plus >= 1.22.0 ([e66561a](https://github.com/googleapis/python-grafeas/commit/e66561a9ed210a0564b5027a1decb7f36413e447))
14+
715
## [1.5.0](https://github.com/googleapis/python-grafeas/compare/v1.4.5...v1.5.0) (2022-07-14)
816

917

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "grafeas"
2323
description = "Grafeas API client library"
24-
version = "1.5.0"
24+
version = "1.5.1"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)