Skip to content

Commit 474d651

Browse files
committed
update changelog and version number
1 parent 8952f02 commit 474d651

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Older versions of this project were distributed as [pybigquery][0].
1414
[2]: https://pypi.org/project/pybigquery/#history
1515

1616

17+
## [1.9.0rc1](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.8.0...v1.9.0rc1)
18+
19+
20+
### Features
21+
22+
* Add support for Python 3.12 ([#923](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/923)) ([8952f02](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/8952f02c482f9143b0ec78f48d66e7c7a2e755f3))
23+
24+
25+
### Bug Fixes
26+
27+
* Remove Python 3.7 support due to EOL ([#900](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/900)) ([45fcad4](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/45fcad4111b9143fb1b9c309ed2a7578ae05d7a4))
28+
* Removing Python 3.7 from sync-repo-settings.yaml file ([#902](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/902)) ([afd895e](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/afd895e6b63e9a21610101f4d5e080a13066f102))
29+
30+
1731
## [1.8.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.7.0...v1.8.0) (2023-08-11)
1832

1933

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.8.0"
20+
__version__ = "1.9.0rc1"

0 commit comments

Comments
 (0)