This commit is contained in:
Ronald Quan 2017-06-28 13:37:02 -07:00
Родитель fd433fa31a
Коммит f273c8004f
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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