Skip to content

Commit

Permalink
Bumping version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMeemus committed Jul 5, 2018
1 parent d190baa commit ffc4323
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.14.0
current_version = 0.15.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.14.0
CLI_VERSION=0.15.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.14.0
%define base_version 0.15.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.14.0'
__version__ = '0.15.0'

0 comments on commit ffc4323

Please sign in to comment.