Skip to content

Commit

Permalink
Version bump to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMeemus committed Jun 28, 2018
1 parent f58c07c commit 7886be1
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.13.0
current_version = 0.14.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.13.0
CLI_VERSION=0.14.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.13.0
%define base_version 0.14.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.13.0'
__version__ = '0.14.0'

0 comments on commit 7886be1

Please sign in to comment.