8000 Prepare release 8.0.33 · vvbv/mysql-connector-python@46a1918 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46a1918

Browse files
committed
Prepare release 8.0.33
Change-Id: Ia099ef44ab396513aad3d8ab0445dd1e95449cd0
1 parent e5cb817 commit 46a1918

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

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

6767
# set version if not defined through 'rpmbuild'
68-
%{!?version: %global version 8.0.32}
68+
%{!?version: %global version 8.0.33}
6969

7070
%global with_openssl_opts ""
7171

@@ -256,6 +256,9 @@ rm -f %{with_mysql_capi}/lib*/{,mysql/}plugin/authentication_ldap_sasl_client.*
256256
%{python3_sitearch}/_mysqlxpb.cpython*.so
257257
258258
%changelog
259+
* Wed Jan 25 2023 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 8.0.33-1
260+
- Updated for 8.0.33
261+
259262
* Sun Oct 23 2022 Kent Boortz <kent.boortz@oracle.com> - 8.0.32-1
260263
- Updated for 8.0.32
261264

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 = (8, 0, 32, "", 1)
35+
VERSION = (8, 0, 33, "", 1)
3636

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

0 commit comments

Comments
 (0)
0