Skip to content

Commit 4b009e1

Browse files
committed
WL10657: Move version number to 8.0
1 parent ebd16c3 commit 4b009e1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
====================================================
2-
MySQL Connector/Python 2.2 - Release Notes & Changes
2+
MySQL Connector/Python 8.0 - Release Notes & Changes
33
====================================================
44

55
MySQL Connector/Python
@@ -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.4
12+
======
13+
- WL#10657: Move version number to 8.0
14+
1115
v2.2.3
1216
======
1317
- WL#10452: Add Protobuf C++ extension for Linux variants and Mac OSX

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==========================
2-
MySQL Connector/Python 2.2
2+
MySQL Connector/Python 8.0
33
==========================
44

55
MySQL Connector/Python

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 = (2, 2, 3, 'b', 1)
29+
VERSION = (8, 0, 4, '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)