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

Commit 9d279c0

Browse files
authored
chore(v0): release 0.4.2 (#166)
* chore(v0): release 0.4.2 * Update CHANGELOG.md
1 parent 1c89731 commit 9d279c0

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+
### [0.4.2](https://github.com/googleapis/python-grafeas/compare/v0.4.1...v0.4.2) (2022-04-06)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v0 release ([#162](https://github.com/googleapis/python-grafeas/issues/162)) ([1c8973](https://github.com/googleapis/python-grafeas/commit/1c8973142f80254f2c09185e8568f13be750daa8))
13+
14+
715
### [0.4.1](https://www.github.com/googleapis/python-grafeas/compare/v0.4.0...v0.4.1) (2020-06-25)
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 = "0.4.1"
24+
version = "0.4.2"
2525
release_status = "Development Status :: 3 - Alpha"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",

0 commit comments

Comments
 (0)