From ac5aa8cdd68a6a1e1344b1f06562bcc257c50fd1 Mon Sep 17 00:00:00 2001 From: David Weterings Date: Thu, 11 Jun 2020 14:33:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=208.1.3=20=E2=86=92=208.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 09e3fdc0..ffb41284 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.1.3 +current_version = 8.1.4 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 8d8cf0fd..efb1c94d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "8.1.3" +release = "8.1.4" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 73eee59f..025e5bdc 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( name="commercetools", - version="8.1.3", + version="8.1.4", description="SDK for Commercetools", long_description=long_description, author="Lab Digital B.V.",