From 6e138404acb237500cd7d0e9458348eb0a5b8b37 Mon Sep 17 00:00:00 2001 From: "vagiz.duseev" Date: Thu, 22 Feb 2024 14:48:22 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.14=20=E2=86=92=201.6.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dtcli/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 979ce0d..03846b0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.14 +current_version = 1.6.15 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/dtcli/version.py b/dtcli/version.py index bdaa9b7..e17ad1d 100644 --- a/dtcli/version.py +++ b/dtcli/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.6.14" +__version__ = "1.6.15" diff --git a/pyproject.toml b/pyproject.toml index 73182f0..ce48a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/dynatrace-oss/dt-cli" -version = "1.6.14" +version = "1.6.15" [tool.poetry.dependencies] PyYAML = "^6.0"