Skip to content

Commit 332ced0

Browse files
committed
Updating version to 1.17.1: Removing the Preview Label
Change-Id: I1cfce815629ebdc5fe64892d20fe26b10a3fbe33
1 parent fdc949b commit 332ced0

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.17.0
1+
VERSION=1.17.1

gui/backend/gui_plugin/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from mysqlsh.plugin_manager import plugin_function
2525

2626
# Define plugin version
27-
VERSION = "1.17.0"
27+
VERSION = "1.17.1"
2828

2929
@plugin_function('gui.info', shell=True, cli=True, web=True)
3030
def info():

gui/extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# MySQL Shell for VS Code Change Log
22

3+
## Changes in 1.17.1+9.1.0
4+
5+
### Fixes
6+
7+
- Removing the Preview label
8+
39
## Changes in 1.17.0+9.1.0
410

511
### Additions

gui/extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MySQL Shell for VS Code 1.17.0+9.1.0 Preview
1+
# MySQL Shell for VS Code 1.17.1+9.1.0
22

33
The MySQL Shell for VS Code extension integrates the powerful feature set of MySQL Shell - an advanced MySQL client for developers and DBAs - directly into VS Code.
44

gui/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"color": "#2789e1",
88
"theme": "dark"
99
},
10-
"version": "1.17.0",
10+
"version": "1.17.1",
1111
"publisher": "Oracle",
1212
"license": "SEE LICENSE IN LICENSE.txt",
1313
"repository": {

gui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-shell-gui",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"publisher": "Oracle",
55
"type": "module",
66
"scripts": {

mds_plugin/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from mds_plugin import core, configuration
2828

2929
# Define plugin version
30-
VERSION = "1.17.0"
30+
VERSION = "1.17.1"
3131

3232

3333
@plugin_function('mds.info')

mrs_plugin/lib/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import json
2626

2727
# Define plugin version
28-
VERSION = "1.17.0"
28+
VERSION = "1.17.1"
2929

3030
DB_VERSION = [3, 0, 3]
3131
REQUIRED_ROUTER_VERSION = [8, 1, 0]

0 commit comments

Comments
 (0)