Skip to content

Commit

Permalink
chore: release 0.5.1 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 2, 2021
1 parent eebf842 commit ec48e84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-data-qna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [0.5.1](https://github.com/googleapis/python-data-qna/compare/v0.5.0...v0.5.1) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([2cce50d](https://github.com/googleapis/python-data-qna/commit/2cce50dd31ed071a2a1ebaf14ae350238f60539e))
* **deps:** require google-api-core >= 1.28.0 ([2cce50d](https://github.com/googleapis/python-data-qna/commit/2cce50dd31ed071a2a1ebaf14ae350238f60539e))


### Documentation

* list oneofs in docstring ([2cce50d](https://github.com/googleapis/python-data-qna/commit/2cce50dd31ed071a2a1ebaf14ae350238f60539e))

## [0.5.0](https://github.com/googleapis/python-data-qna/compare/v0.4.0...v0.5.0) (2021-10-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-data-qna/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.5.0"
version = "0.5.1"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit ec48e84

Please sign in to comment.