Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.6.1 (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Oct 31, 2022
1 parent a41638e commit bec9a5e
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.6.0
current_version = 1.6.1
commit = True
tag = True

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

"""Craft Providers base package."""

__version__ = "1.6.0" # noqa: F401
__version__ = "1.6.1" # noqa: F401

from .base import Base # noqa: F401
from .errors import ProviderError # noqa: F401
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.6.1 (2022-10-31)
------------------
- Store temporary files in the home directory
- Fix typos

1.6.0 (2022-10-06)
------------------
- Add is_running method to base Executor class
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
author = "Canonical Ltd."

# The full version, including alpha/beta/rc tags
release = "1.6.0"
release = "1.6.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 @@ -72,7 +72,7 @@

setup(
name="craft-providers",
version="1.6.0",
version="1.6.1",
description="Craft provider tooling",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bec9a5e

Please sign in to comment.