Skip to content

Commit

Permalink
Bump version: 1.25.2 → 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 27, 2024
1 parent 6bed659 commit ed29dcc
Show file tree
Hide file tree
Showing 4 changed files with 4 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.25.2
current_version = 1.25.3
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.25.2"
__version__ = "1.25.3"

from . import plugins
from .actions import Action, ActionProperties, ActionType
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.25.2"
release = "1.25.3"

# Open Graph configuration - defines what is displayed in the website preview
ogp_site_url = "https://canonical-craft-parts.readthedocs-hosted.com"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from setuptools import find_packages, setup # type: ignore

VERSION = "1.25.2"
VERSION = "1.25.3"

with open("README.md") as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit ed29dcc

Please sign in to comment.