This repository was archived by the owner on May 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0a19
2+ current_version = 1.0.0a20
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))(?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.0a19 '
6+ __version__ = '1.0.0a20 '
Original file line number Diff line number Diff line change 99import os
1010import platform
1111
12- __version__ = '1.0.0a19 '
12+ __version__ = '1.0.0a20 '
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.0a19 '
15+ MSSQLTOOLSSERVICE_VERSION = '1.0.0a20 '
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.0a19 '
17+ MSSQLSCRIPTER_VERSION = '1.0.0a20 '
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