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