From 6d12730b9b31ae948303df78b4b9e77da2ad9b7d Mon Sep 17 00:00:00 2001 From: Cyril DEMINGEON Date: Tue, 29 Jan 2019 14:30:08 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.2=20=E2=86=92=201.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- keepasshttp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aab5bba..9968570 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.2 +current_version = 1.2.3 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? serialize = {major}.{minor}.{patch}-{release} diff --git a/keepasshttp/__init__.py b/keepasshttp/__init__.py index d13ddfa..281ee26 100644 --- a/keepasshttp/__init__.py +++ b/keepasshttp/__init__.py @@ -9,7 +9,7 @@ ) -__VERSION__ = "1.2.2" +__VERSION__ = "1.2.3" keepasshttp = KeePassHTTP()