Skip to content

Commit e7f0ff1

Browse files
committed
Prepare release 8.2.0
1 parent 12eb51d commit e7f0ff1

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
@@ -64,7 +64,7 @@
6464
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
6565

6666
# set version if not defined through 'rpmbuild'
67-
%{!?version: %global version 8.1.0}
67+
%{!?version: %global version 8.2.0}
6868

6969
%global with_openssl_opts ""
7070

@@ -252,6 +252,9 @@ sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysql_connector_python-*
252252
%{python3_sitearch}/_mysqlxpb.cpython*.so
253253
254254
%changelog
255+
* Fri Sep 1 2023 Nuno Mariz <nuno.mariz@oracle.com> - 8.2.0-1
256+
- Updated for 8.2.0
257+
255258
* Mon May 22 2023 Nuno Mariz <nuno.mariz@oracle.com> - 8.1.0-1
256259
- Updated for 8.1.0
257260

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

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

0 commit comments

Comments
 (0)