From 4dbbd74b7566f65e4126fb8df8f1647ac62afda1 Mon Sep 17 00:00:00 2001 From: Maxbey Date: Wed, 13 Sep 2017 10:46:49 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.5=20=E2=86=92=201.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- termius/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e5719bd..6a9239c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.2.6 commit = True tag = True diff --git a/termius/__init__.py b/termius/__init__.py index 4f00f31..68434bb 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.5' +__version__ = '1.2.6'