8000 chore(main): release 3.8.1 · googleapis/python-bigquery@c06159b · GitHub
[go: up one dir, main page]

Skip to content

Commit c06159b

Browse files
chore(main): release 3.8.1
1 parent a69348a commit c06159b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [3.8.1](https://github.com/googleapis/python-bigquery/compare/v3.8.0...v3.8.1) (2023-03-28)
9+
10+
11+
### Bug Fixes
12+
13+
* Keyerror when the load_table_from_dataframe accesses a unmapped dtype dataframe index ([#1535](https://github.com/googleapis/python-bigquery/issues/1535)) ([a69348a](https://github.com/googleapis/python-bigquery/commit/a69348a558f48cfc61d03d3e8bb7f9aee48bea86))
14+
815
## [3.8.0](https://github.com/googleapis/python-bigquery/compare/v3.7.0...v3.8.0) (2023-03-24)
916

1017

google/cloud/bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.8.0"
15+
__version__ = "3.8.1"

0 commit comments

Comments
 (0)
0