Skip to content

Commit a7382f2

Browse files
chore(main): release 1.8.1
1 parent d93dbaf commit a7382f2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [1.8.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.8.0...v1.8.1) (2024-06-03)
8+
9+
10+
### Bug Fixes
11+
12+
* Resolve issue with unset thread-local options ([#741](https://github.com/googleapis/python-bigquery-dataframes/issues/741)) ([d93dbaf](https://github.com/googleapis/python-bigquery-dataframes/commit/d93dbafe2bb405c60f7141d9ae4135db4ffdb702))
13+
714
## [1.8.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.7.0...v1.8.0) (2024-05-31)
815

916

bigframes/version.py

+1-1
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__ = "1.8.0"
15+
__version__ = "1.8.1"

0 commit comments

Comments
 (0)