Skip to content

Commit 7dd0f81

Browse files
author
Oscar Pacheco
committed
Update version to 9.4.0
Change-Id: I1df090eafb86876130e655ff91da8aeaaa0b7ae1
1 parent 38c32cc commit 7dd0f81

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

mysql-connector-python/cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
4343

4444
# set version if not defined through 'rpmbuild'
45-
%{!?version: %global version 9.3.0}
45+
%{!?version: %global version 9.4.0}
4646

4747
%global with_openssl_opts ""
4848

@@ -177,6 +177,9 @@ cd mysql-connector-python
177177
%{python3_sitearch}/_mysql_connector.cpython*.so
178178
179179
%changelog
180+
* Mon Jun 9 2025 Oscar Pacheco <[email protected]> - 9.4.0-1
181+
- Updated for 9.4.0
182+
180183
* Fri May 30 2025 Souma Kanti Ghosh <[email protected]> - 9.4.0-1
181184
- Fixed missing license type in license metadata
182185
- Added current year macro to be used in license metadata

mysql-connector-python/lib/mysql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as mysql.connector.version.
3333
"""
3434

35-
VERSION = (9, 3, 0, "", 1)
35+
VERSION = (9, 4, 0, "", 1)
3636

3737
# pylint: disable=consider-using-f-string
3838
if VERSION[3] and VERSION[4]:

mysqlx-connector-python/cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
4444

4545
# set version if not defined through 'rpmbuild'
46-
%{!?version: %global version 9.3.0}
46+
%{!?version: %global version 9.4.0}
4747

4848

4949
# if true set byte_code_only to --byte_code_only
@@ -175,6 +175,9 @@ sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-
175175
%{python3_sitearch}/_mysqlxpb.cpython*.so
176176
177177
%changelog
178+
* Mon Jun 9 2025 Oscar Pacheco <[email protected]> - 9.4.0-1
179+
- Updated for 9.4.0
180+
178181
* Fri May 30 2025 Souma Kanti Ghosh <[email protected]> - 9.4.0-1
179182
- Fixed missing license type in license metadata
180183
- Added current year macro to be used in license metadata

mysqlx-connector-python/lib/mysqlx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as mysqlx.version.
3333
"""
3434

35-
VERSION = (9, 3, 0, "", 1)
35+
VERSION = (9, 4, 0, "", 1)
3636

3737
# pylint: disable=consider-using-f-string
3838
if VERSION[3] and VERSION[4]:

0 commit comments

Comments
 (0)