Skip to content

Commit 4839a3d

Browse files
chore(main): release 1.13.0 (#1170)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c7376d3 commit 4839a3d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

1616

17+
## [1.13.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.12.1...v1.13.0) (2025-03-11)
18+
19+
20+
### Features
21+
22+
* Support job_config at query level ([#1167](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/1167)) ([ea849e0](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/ea849e0bf288388c603f9d594c2a5042a6e16570))
23+
24+
25+
### Bug Fixes
26+
27+
* Resolve issue where pre-release versions of dependencies are installed ([#1169](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/1169)) ([8c27cca](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/8c27cca5d2ed32662e3f23370692765b43c90de7))
28+
1729
## [1.12.1](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.12.0...v1.12.1) (2025-01-21)
1830

1931

sqlalchemy_bigquery/version.py

+1-1
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.12.1"
20+
__version__ = "1.13.0"

0 commit comments

Comments
 (0)