File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.14 .0
2+ current_version = 0.15 .0
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44serialize =
55 {major}.{minor}.{patch}
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- CLI_VERSION=0.14 .0
3+ CLI_VERSION=0.15 .0
44
55if [ -z " $1 " ]
66 then
Original file line number Diff line number Diff line change 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.14 .0
14+ %define base_version 0.15 .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
Original file line number Diff line number Diff line change 1- __version__ = '0.14 .0'
1+ __version__ = '0.15 .0'
You can’t perform that action at this time.
0 commit comments