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

Commit 06e9879

Browse files
chore(main): release 0.6.3 (#153)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 4afb577 commit 06e9879

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.3](https://github.com/googleapis/python-data-qna/compare/v0.6.2...v0.6.3) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#151](https://github.com/googleapis/python-data-qna/issues/151)) ([6f292bd](https://github.com/googleapis/python-data-qna/commit/6f292bdfad46ca12a622209519af6a77a37c5132))
9+
10+
11+
### Documentation
12+
13+
* fix changelog header to consistent size ([#152](https://github.com/googleapis/python-data-qna/issues/152)) ([07536c6](https://github.com/googleapis/python-data-qna/commit/07536c60e876a8b8d9e78545c5f3492515149c0b))
14+
315
## [0.6.2](https://github.com/googleapis/python-data-qna/compare/v0.6.1...v0.6.2) (2022-03-05)
416

517

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.6.2"
23+
version = "0.6.3"
2424

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

0 commit comments

Comments
 (0)