Skip to content

Commit 35b12ae

Browse files
committed
Version bump to 0.11.0
1 parent e80cd15 commit 35b12ae

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.11.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}
@@ -9,3 +9,4 @@ serialize =
99
[bumpversion:file:build_scripts/debian/build.sh]
1010

1111
[bumpversion:file:build_scripts/rpm/mssql-cli.spec]
12+

build_scripts/debian/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
CLI_VERSION=0.10.0
3+
CLI_VERSION=0.11.0
44

55
if [ -z "$1" ]
66
then

build_scripts/rpm/mssql-cli.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%define name mssql-cli
1212
%define release 1%{?dist}
1313
%define time_stamp %(date +%y%m%d%H%M)
14-
%define base_version 0.10.0
14+
%define base_version 0.11.0
1515
%define python_dir %{_builddir}/python_env
1616
%define python_url https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
1717
%define cli_lib_dir %{_libdir}/mssql-cli

mssqlcli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.0'
1+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)