Skip to content

Commit 113bca9

Browse files
committed
Prepare release 8.0.5
1 parent 0fd8af1 commit 113bca9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
88
Full release notes:
99
http://dev.mysql.com/doc/relnotes/connector-python/en/
1010

11+
v8.0.5
12+
======
13+
- WL#10899: Add support for pure Python implementation of Protobuf
14+
1115
v8.0.4
1216
======
1317
- WL#10772: Cleanup Drop APIs

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ License information can be found in the LICENSE.txt file.
1111
Requirements
1212
============
1313

14-
Protobuf C++ (version >= 2.6.0)
14+
Protobuf C++ (version >= 2.6.0) and Python Protobuf (version >= 3.0.0)
1515
https://developers.google.com/protocol-buffers/docs/downloads
1616

1717

cpyint

lib/mysql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
as mysql.connector.version.
2727
"""
2828

29-
VERSION = (8, 0, 4, 'b', 1)
29+
VERSION = (8, 0, 5, 'b', 1)
3030

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

0 commit comments

Comments
 (0)