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.",