From 21b5dd63de21817ff4ef76b9d79bd34f26be288e Mon Sep 17 00:00:00 2001 From: Tim Leguijt Date: Thu, 16 Sep 2021 10:44:07 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2014.0.0b11=20=E2=86=92=2014.0.?= =?UTF-8?q?0b12?= 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 482f1dc4..f3a37113 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.0.0b11 +current_version = 14.0.0b12 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index e5b13eb7..9970a864 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 = "14.0.0b11" +release = "14.0.0b12" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d73f46cb..9a44b18d 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="commercetools", - version="14.0.0b11", + version="14.0.0b12", description="SDK for Commercetools", long_description=long_description, author="Lab Digital B.V.",