diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf531315..482f1dc4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.0.0b10 +current_version = 14.0.0b11 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index e16ca1f0..e5b13eb7 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.0b10" +release = "14.0.0b11" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0e00777d..d73f46cb 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="commercetools", - version="14.0.0b10", + version="14.0.0b11", description="SDK for Commercetools", long_description=long_description, author="Lab Digital B.V.",