Skip to content

Commit 82ac9c7

Browse files
chore(main): release 2.1.1
1 parent 28afa2c commit 82ac9c7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.1.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.1.0...v2.1.1) (2025-04-22)
8+
9+
10+
### Bug Fixes
11+
12+
* DataFrame accessors is not pupulated ([#1639](https://github.com/googleapis/python-bigquery-dataframes/issues/1639)) ([28afa2c](https://github.com/googleapis/python-bigquery-dataframes/commit/28afa2c73c0517f9365fab05193706631b656551))
13+
714
## [2.1.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.0.0...v2.1.0) (2025-04-22)
815

916

bigframes/version.py

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

15-
__version__ = "2.1.0"
15+
__version__ = "2.1.1"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2025-04-22"

third_party/bigframes_vendored/version.py

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

15-
__version__ = "2.1.0"
15+
__version__ = "2.1.1"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2025-04-22"

0 commit comments

Comments
 (0)