Skip to content

Commit 15adaa9

Browse files
committed
Prepare release 8.0.6
1 parent fba053f commit 15adaa9

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ 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.6
12+
======
13+
- WL#11372: Remove configuration API
14+
- WL#11303: Remove CreateTable and CreateView
15+
- WL#11281: Transaction savepoints
16+
- WL#11278: Collection.create_index
17+
- WL#11149: Create Pylint test for mysqlx
18+
- WL#11142: Modify/MergePatch
19+
- WL#11079: Add support for Python 3.6
20+
1121
v8.0.5
1222
======
1323
- WL#11073: Add caching_sha2_password authentication plugin

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, 5, 'b', 1)
35+
VERSION = (8, 0, 6, 'rc', 1)
3636

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

setupinfo.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,8 @@
126126
'Intended Audience :: System Administrators',
127127
'License :: OSI Approved :: GNU General Public License (GPL)',
128128
'Operating System :: OS Independent',
129-
'Programming Language :: Python :: 2.6',
130129
'Programming Language :: Python :: 2.7',
131130
'Programming Language :: Python :: 3',
132-
'Programming Language :: Python :: 3.1',
133-
'Programming Language :: Python :: 3.2',
134-
'Programming Language :: Python :: 3.3',
135131
'Programming Language :: Python :: 3.4',
136132
'Programming Language :: Python :: 3.5',
137133
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)