From 25ae2f3591f82634e21a08d2123adeeabc016fda Mon Sep 17 00:00:00 2001 From: liiight Date: Thu, 25 Jul 2019 17:19:58 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- notifiers/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f9b54155..1ead6d6e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/notifiers/_version.py b/notifiers/_version.py index 6849410a..c68196d1 100644 --- a/notifiers/_version.py +++ b/notifiers/_version.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0"