diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 726084d4..f6070f9d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.19.8 +current_version = 1.19.9 commit = True tag = True diff --git a/craft_parts/__init__.py b/craft_parts/__init__.py index 943ef008..51288771 100644 --- a/craft_parts/__init__.py +++ b/craft_parts/__init__.py @@ -16,7 +16,7 @@ """Craft a project from several parts.""" -__version__ = "1.19.8" +__version__ = "1.19.9" from . import plugins from .actions import Action, ActionProperties, ActionType diff --git a/docs/conf.py b/docs/conf.py index b1308b13..dc5cc928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ author = "Canonical Ltd." # The full version, including alpha/beta/rc tags -release = "1.19.8" +release = "1.19.9" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 8920cfb3..d55f4cd4 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ def is_rtd() -> bool: setup( name="craft-parts", - version="1.19.8", + version="1.19.9", description="Craft parts tooling", long_description=readme, author="Canonical Ltd.",