From 22d5a77135fd7ee05d5565cef41fe8ad1d825c0d Mon Sep 17 00:00:00 2001 From: Ivan Kudinov Date: Mon, 30 Nov 2020 13:34:41 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.12=20=E2=86=92=201.2.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- termius/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a220f77..e9494c9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] -current_version = 1.2.12 +current_version = 1.2.13 commit = True tag = True [bumpversion:file:termius/__init__.py] - diff --git a/termius/__init__.py b/termius/__init__.py index 35ec201..d50ec94 100644 --- a/termius/__init__.py +++ b/termius/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package with CLI tool and API.""" -__version__ = '1.2.12' +__version__ = '1.2.13'