Skip to content

Commit 0a63d7e

Browse files
chore: release 0.3.1 (#68)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a8d8ff7 commit 0a63d7e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-data-qna/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.3.1](https://www.github.com/googleapis/python-data-qna/compare/v0.3.0...v0.3.1) (2021-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#66](https://www.github.com/googleapis/python-data-qna/issues/66)) ([c0cddbb](https://www.github.com/googleapis/python-data-qna/commit/c0cddbb98a51c1284876f8a132cec1ffdb4b310e))
9+
310
## [0.3.0](https://www.github.com/googleapis/python-data-qna/compare/v0.2.1...v0.3.0) (2021-06-30)
411

512

packages/google-cloud-data-qna/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.3.0"
22+
version = "0.3.1"
2323

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

0 commit comments

Comments
 (0)