This repository was archived by the owner on May 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0a15
2+ current_version = 1.0.0a18
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))(?P<release_version>\d+)
44serialize =
55 {major}.{minor}.{patch}{release}{release_version}
Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- __version__ = '1.0.0a15 '
6+ __version__ = '1.0.0a18 '
Original file line number Diff line number Diff line change 1717from urllib .request import urlopen
1818
1919
20- DOWNLOAD_URL_BASE = 'https://mssqlscripter.blob.core.windows.net/sqltoolsservice-07-26 -2017/'
20+ DOWNLOAD_URL_BASE = 'https://mssqlscripter.blob.core.windows.net/sqltoolsservice-08-01 -2017/'
2121
2222# Supported platform key's must match those in mssqlscript's setup.py.
2323SUPPORTED_PLATFORMS = {
Original file line number Diff line number Diff line change 99import os
1010import platform
1111
12- __version__ = '1.0.0a15 '
12+ __version__ = '1.0.0a18 '
1313
1414
1515def get_executable_path ():
Original file line number Diff line number Diff line change 1212
1313# This version number is in place in two places and must be in sync with
1414# mssqlscripter's version in setup.py.
15- MSSQLTOOLSSERVICE_VERSION = '1.0.0a15 '
15+ MSSQLTOOLSSERVICE_VERSION = '1.0.0a18 '
1616
1717# If we have source, validate version numbers match to prevent
1818# uploading releases with mismatched versions.
Original file line number Diff line number Diff line change 1414
1515# This version number is in place in two places and must be in sync with
1616# mssqltoolsservice's version in setup.py.
17- MSSQLSCRIPTER_VERSION = '1.0.0a15 '
17+ MSSQLSCRIPTER_VERSION = '1.0.0a18 '
1818
1919# If we have the source, validate our setup version matches source version.
2020# This will prevent uploading releases with mismatched versions. This will
You can’t perform that action at this time.
0 commit comments