Skip to content

Commit fcc0e08

Browse files
author
Ciaran Evans
committed
Bump version from 0.25.1 -> 0.26.0
Signed-off-by: Ciaran Evans <ciaran@reliably.com>
1 parent 7322b40 commit fcc0e08

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.25.1...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.26.0...HEAD
6+
7+
## [0.26.0][] - 2021-10-20
8+
9+
[0.26.0]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.25.1...0.26.0
10+
611

712
### Added
813

chaosk8s/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from logzero import logger
1313

1414
__all__ = ["create_k8s_api_client", "discover", "__version__"]
15-
__version__ = "0.25.1"
15+
__version__ = "0.26.0"
1616

1717

1818
def get_config_path() -> str:

0 commit comments

Comments
 (0)