Release version 1.0.0a15
This commit is contained in:
Родитель
fd433fa31a
Коммит
f273c8004f
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.0.0a14
|
||||
current_version = 1.0.0a15
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))(?P<release_version>\d+)
|
||||
serialize =
|
||||
{major}.{minor}.{patch}{release}{release_version}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
# --------------------------------------------------------------------------------------------
|
||||
|
||||
__version__ = '1.0.0a14'
|
||||
__version__ = '1.0.0a15'
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import os
|
||||
import platform
|
||||
|
||||
__version__ = '1.0.0a14'
|
||||
__version__ = '1.0.0a15'
|
||||
|
||||
|
||||
def get_executable_path():
|
||||
|
|
|
@ -12,7 +12,7 @@ import sys
|
|||
|
||||
# This version number is in place in two places and must be in sync with
|
||||
# mssqlscripter's version in setup.py.
|
||||
MSSQLTOOLSSERVICE_VERSION = '1.0.0a14'
|
||||
MSSQLTOOLSSERVICE_VERSION = '1.0.0a15'
|
||||
|
||||
# If we have source, validate version numbers match to prevent
|
||||
# uploading releases with mismatched versions.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ from setuptools import setup
|
|||
|
||||
# This version number is in place in two places and must be in sync with
|
||||
# mssqltoolsservice's version in setup.py.
|
||||
MSSQLSCRIPTER_VERSION = '1.0.0a14'
|
||||
MSSQLSCRIPTER_VERSION = '1.0.0a15'
|
||||
|
||||
# If we have the source, validate our setup version matches source version.
|
||||
# This will prevent uploading releases with mismatched versions. This will
|
||||
|
|
Загрузка…
Ссылка в новой задаче