Skip to content

Commit 4c0f5bb

Browse files
chore(main): release 2.19.1
1 parent dc54f58 commit 4c0f5bb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [2.19.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.19.0...v2.19.1) (2025-09-10)
8+
9+
10+
### Performance Improvements
11+
12+
* Avoid re-authenticating if credentials have already been fetched ([#2058](https://github.com/googleapis/python-bigquery-dataframes/issues/2058)) ([913de1b](https://github.com/googleapis/python-bigquery-dataframes/commit/913de1b31f3bb0b306846fddae5dcaff6be3cec4))
13+
714
## [2.19.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.18.0...v2.19.0) (2025-09-09)
815

916

bigframes/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.19.0"
15+
__version__ = "2.19.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-09-09"
18+
__release_date__ = "2025-09-10"
1919
# {x-release-please-end}

third_party/bigframes_vendored/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.19.0"
15+
__version__ = "2.19.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-09-09"
18+
__release_date__ = "2025-09-10"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)