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

Commit aa98b13

Browse files
authored
chore: release v1.0.0 with latest fixes (#100)
* chore: release v1.0.0 with latest fixes * update changelog * update pyarrow dependency
1 parent b86e585 commit aa98b13

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
### [0.1.1](https://www.github.com/ibis-project/ibis-bigquery/compare/v0.1.0...v0.1.1) (2021-04-28)
3+
## [1.0.0](https://www.github.com/ibis-project/ibis-bigquery/compare/v0.1.1...v1.0.0) (2021-12-02)
4+
5+
### Bug Fixes
6+
7+
* substr fails to compile ([#95](https://github.com/ibis-project/ibis-bigquery/pull/95)))
8+
9+
## [0.1.1](https://www.github.com/ibis-project/ibis-bigquery/compare/v0.1.0...v0.1.1) (2021-04-28)
410

511

612
### Dependencies

ibis_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "1.0.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 'Development Status :: 3 - Alpha'
2020
# 'Development Status :: 4 - Beta'
2121
# 'Development Status :: 5 - Production/Stable'
22-
release_status = "Development Status :: 4 - Beta"
22+
release_status = "Development Status :: 5 - Production/Stable'"
2323

2424
package_root = pathlib.Path(__file__).parent
2525

@@ -44,7 +44,7 @@
4444
"ibis-framework >=1.2.0,<2.0.0dev",
4545
"google-cloud-bigquery >=1.12.0,<3.0.0dev",
4646
"google-cloud-bigquery-storage >=1.0.0,<3.0.0dev",
47-
"pyarrow >=1.0.0,<5.0.0dev",
47+
"pyarrow >=1.0.0,<7.0.0dev",
4848
"pydata-google-auth",
4949
# Workaround for ibis 1.x incompatibility with SQLAlchemy 1.4
5050
# AttributeError: module 'sqlalchemy' has no attribute 'Binary'

0 commit comments

Comments
 (0)