Skip to content

Commit 1bf5593

Browse files
committed
Prepare release 8.0.12
1 parent e64e1dc commit 1bf5593

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Copyright (c) 2009, 2018, 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.12
12+
=======
13+
14+
- WL#11951: Consolidate discrepancies between pure and c extension
15+
- WL#11932: Remove Fabric support
16+
- WL#11898: Core API v1 alignment
17+
- BUG#28133321: Fix incorrect columns names representing aggregate functions
18+
- BUG#27567999: Fix wrong docstring in ModifyStatement.patch()
19+
- BUG#27277937: Fix confusing error message when using an unsupported collation
20+
- BUG#26834200: Deprecate Row.get_string() method
21+
- BUG#26660624: Fix missing install option in documentation
22+
1123
v8.0.11
1224
=======
1325

cpyint

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

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

0 commit comments

Comments
 (0)