Skip to content

Commit

Permalink
Release 1.18.0 (#352)
Browse files Browse the repository at this point in the history
* docs: update changelog
* Bump version: 1.17.1 → 1.18.0

Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka authored Jan 19, 2023
1 parent 82a419e commit d525fe4
Show file tree
Hide file tree
Showing 5 changed files with 16 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.17.1
current_version = 1.18.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.17.1"
__version__ = "1.18.0"

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.17.1"
release = "1.18.0"


# -- General configuration ---------------------------------------------------
Expand Down
12 changes: 12 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
*********

1.18.0 (2023-01-19)
-------------------

- Add SCons plugin
- Add Ant plugin
- Add Maven plugin
- Fix lifecycle work directory cleaning
- Make stage package tracking optional
- Improve chisel error handling
- Improve missing local source error message
- Documentation fixes and updates

1.17.1 (2022-11-23)
-------------------

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

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

0 comments on commit d525fe4

Please sign in to comment.