Skip to content

Commit

Permalink
chore: bump version to 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 24, 2024
1 parent 0ffdad8 commit a43ad5b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.19.7
current_version = 1.19.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion craft_parts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Craft a project from several parts."""

__version__ = "1.19.7"
__version__ = "1.19.8"

from . import plugins
from .actions import Action, ActionProperties, ActionType
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
*********

1.19.8 (2024-09-24)
-------------------

- Replace requests-unixsocket with requests-unixsocket2

1.19.7 (2023-08-09)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author = "Canonical Ltd."

# The full version, including alpha/beta/rc tags
release = "1.19.7"
release = "1.19.8"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def is_rtd() -> bool:

setup(
name="craft-parts",
version="1.19.7",
version="1.19.8",
description="Craft parts tooling",
long_description=readme,
author="Canonical Ltd.",
Expand Down

0 comments on commit a43ad5b

Please sign in to comment.