Skip to content

Commit 80eeb3a

Browse files
committed
Prepare release 8.0.26
1 parent 02fd865 commit 80eeb3a

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
@@ -46,7 +46,7 @@
4646
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
4747

4848
# set version if not defined through 'rpmbuild'
49-
%{!?version: %global version 8.0.25}
49+
%{!?version: %global version 8.0.26}
5050

5151
%global with_openssl_opts ""
5252

@@ -195,6 +195,9 @@ rm -f %{with_mysql_capi}/lib*/{,mysql/}plugin/authentication_ldap_sasl_client.*
195195
%{python3_sitearch}/_mysqlxpb.cpython*.so
196196

197197
%changelog
198+
* Fri Apr 23 2021 Nuno Mariz <[email protected]> - 8.0.26-1
199+
- Updated for 8.0.26
200+
198201
* Thu Apr 15 2021 Nuno Mariz <[email protected]> - 8.0.25-1
199202
- Updated for 8.0.25
200203

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, 25, '', 1)
35+
VERSION = (8, 0, 26, '', 1)
3636

3737
if VERSION[3] and VERSION[4]:
3838
VERSION_TEXT = '{0}.{1}.{2}{3}{4}'.format(*VERSION)

0 commit comments

Comments
 (0)