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

Commit

Permalink
chore(v0): release 0.4.2 (#166)
Browse files Browse the repository at this point in the history
* chore(v0): release 0.4.2

* Update CHANGELOG.md
  • Loading branch information
busunkim96 authored Apr 7, 2022
1 parent 1c89731 commit 9d279c0
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
Expand Up @@ -4,6 +4,14 @@

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

### [0.4.2](https://github.com/googleapis/python-grafeas/compare/v0.4.1...v0.4.2) (2022-04-06)


### Bug Fixes

* **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))


### [0.4.1](https://www.github.com/googleapis/python-grafeas/compare/v0.4.0...v0.4.1) (2020-06-25)


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 = "grafeas"
description = "Grafeas API client library"
version = "0.4.1"
version = "0.4.2"
release_status = "Development Status :: 3 - Alpha"
dependencies = [
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
Expand Down

0 comments on commit 9d279c0

Please sign in to comment.