diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3a37113..56d987b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.0.0b12 +current_version = 14.0.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 9970a864..eb4d83b1 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.0b12" +release = "14.0.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index cab60b99..a5ef1841 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="commercetools", - version="14.0.0b12", + version="14.0.0", description="SDK for Commercetools", long_description=long_description, author="Lab Digital B.V.",