Skip to content

Commit

Permalink
Version bump to 0.16.0 (dbcli#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
pensivebrian authored Aug 14, 2019
1 parent c689e15 commit 8136bf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.0
current_version = 0.16.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/debian/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

CLI_VERSION=0.15.0
CLI_VERSION=0.16.0

if [ -z "$1" ]
then
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/rpm/mssql-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%define name mssql-cli
%define release 1%{?dist}
%define time_stamp %(date +%y%m%d%H%M)
%define base_version 0.15.0
%define base_version 0.16.0
%define python_dir %{_builddir}/python_env
%define python_url https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
%define cli_lib_dir %{_libdir}/mssql-cli
Expand Down
2 changes: 1 addition & 1 deletion mssqlcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.15.0'
__version__ = '0.16.0'

0 comments on commit 8136bf6

Please sign in to comment.