Skip to content

Commit a3e6cda

Browse files
committed
Prepare release 8.0.31
1 parent 6eb19b9 commit a3e6cda

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction
1010
third-party software which may be included in this distribution of
1111
MySQL Connector/Python 8.0.
1212

13-
Last updated: June 2022
13+
Last updated: July 2022
1414

1515
Licensing Information
1616

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.30}
68+
%{!?version: %global version 8.0.31}
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+
* Fri Jul 22 2022 Nuno Mariz <nuno.mariz@oracle.com> - 8.0.31-1
260+
- Updated for 8.0.31
261+
259262
* Mon Apr 18 2022 Nuno Mariz <nuno.mariz@oracle.com> - 8.0.30-1
260263
- Updated for 8.0.30
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, 30, "", 1)
35+
VERSION = (8, 0, 31, "", 1)
3636

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

0 commit comments

Comments
 (0)