Skip to content

Commit b781fd2

Browse files
committed
Bumping to version 0.13.0
1 parent 887f571 commit b781fd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.13.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

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.12.0
3+
CLI_VERSION=0.13.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.12.0
14+
%define base_version 0.13.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.12.0'
1+
__version__ = '0.13.0'

0 commit comments

Comments
 (0)