Skip to content

Commit

Permalink
Merge pull request canonical#686 from cmatsuoka/release-1.28.0
Browse files Browse the repository at this point in the history
Release 1.28.0
  • Loading branch information
cmatsuoka authored Mar 13, 2024
2 parents 188d916 + bd3196e commit 5b28589
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.27.0
current_version = 1.28.0
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.27.0"
__version__ = "1.28.0"

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.28.0 (2024-03-13)
-------------------

- Add namespaced partitions support

1.27.0 (2024-03-07)
-------------------

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

# The full version, including alpha/beta/rc tags
release = "1.27.0"
release = "1.28.0"

# 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

VERSION = "1.27.0"
VERSION = "1.28.0"

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

0 comments on commit 5b28589

Please sign in to comment.