Skip to content

Commit

Permalink
Release 1.23.1 (#526)
Browse files Browse the repository at this point in the history
* docs: update changelog
* Bump version: 1.23.0 → 1.23.1

Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka authored Aug 15, 2023
1 parent e69e19c commit e1a22bd
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.23.0
current_version = 1.23.1
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.23.0"
__version__ = "1.23.1"

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.23.1 (2023-08-15)
-------------------

- Only load project variables in adopting part

1.23.0 (2023-07-06)
-------------------

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.23.0"
release = "1.23.1"


# -- General configuration ---------------------------------------------------
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.23.0"
VERSION = "1.23.1"

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

0 comments on commit e1a22bd

Please sign in to comment.