Skip to content

Commit 53b16b2

Browse files
authored
Release v1.2.0 (#1244)
1 parent 637fe7e commit 53b16b2

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: ["build"]
5757
permissions:
5858
id-token: write
59-
runs-on: "ubuntu-latest"
59+
runs-on: "ubuntu-slim"
6060
environment:
6161
name: "publish"
6262

@@ -78,7 +78,7 @@ jobs:
7878
needs: ["build"]
7979
permissions:
8080
id-token: write
81-
runs-on: "ubuntu-latest"
81+
runs-on: "ubuntu-slim"
8282
environment:
8383
name: "testpypi"
8484

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Changes
22

3-
## Backward incompatible changes planned in the future.
4-
5-
* `Connection.set_charset(charset)` will be removed after 2024-06
6-
73
## v1.2.0
84

9-
Release date: TBD
5+
Release date: 2026-05-19
106

117
### Breaking changes
128

@@ -34,6 +30,7 @@ Release date: TBD
3430
* Reject non-finite `decimal.Decimal` query parameters (`NaN`, `sNaN`, `±Infinity`). (#1237)
3531
* `Connection.set_charset(charset)` now emits `DeprecationWarning`.
3632

33+
3734
## v1.1.3
3835

3936
Release date: 2026-05-01

pymysql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
# PyMySQL version.
5151
# Used by setuptools and connection_attrs
52-
VERSION = (1, 1, 3, "final")
53-
VERSION_STRING = "1.1.3"
52+
VERSION = (1, 2, 0, "final")
53+
VERSION_STRING = "1.2.0"
5454

5555
### for mysqlclient compatibility
5656
### Django checks mysqlclient version.

0 commit comments

Comments
 (0)