diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5f1d092e..b537e5ca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.0.0b8 +current_version = 14.0.0b9 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 4ee5ac9d..d7b9d928 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.0b8" +release = "14.0.0b9" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 8cbd40b5..0ccade52 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="commercetools", - version="14.0.0b8", + version="14.0.0b9", description="SDK for Commercetools", long_description=long_description, author="Lab Digital B.V.",