Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 5bfa043

Browse files
committed
Relasing v0.3.0
1 parent d142b71 commit 5bfa043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SQLToolsModels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Const:
1212
SGDB_FILENAME = "SQLToolsSGBD.{0}".format(SETTINGS_EXTENSION)
1313
CONNECTIONS_FILENAME = "SQLToolsConnections.{0}".format(SETTINGS_EXTENSION)
1414
USER_QUERIES_FILENAME = "SQLToolsSavedQueries.{0}".format(SETTINGS_EXTENSION)
15-
VERSION = "v0.2.2"
15+
VERSION = "v0.3.0"
1616
pass
1717

1818
class Log:

messages/v0.2.2.md renamed to messages/v0.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.2.2 Changelog
1+
## v0.3.0 Changelog
22

33
### Features
44

0 commit comments

Comments
 (0)