Skip to content

Commit 2b871f3

Browse files
committed
created prerelease for v3.17.0rc1
1 parent e95aee1 commit 2b871f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Older versions of this project were distributed as [pybigquery][0].
1313

1414
[2]: https://pypi.org/project/pybigquery/#history
1515

16+
## [3.17.0rc1]()
17+
18+
19+
### Features
20+
21+
* Drop support for SQLAlchemy versions 1.2 and 1.3, maintain support for 1.4 and add support for 2.0 ([#920](https://github.com/googleapis/python-bigquery-sqlalchemy/pull/920))
1622

1723
## [1.9.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.8.0...v1.9.0) (2023-12-10)
1824

sqlalchemy_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1919

20-
__version__ = "1.9.0"
20+
__version__ = "3.17.0rc1"

0 commit comments

Comments
 (0)