From 748e71f92feb49f8dcbf19b4c39af213eb9ca111 Mon Sep 17 00:00:00 2001 From: Stanislav Vodetskyi Date: Wed, 10 Aug 2022 00:11:43 -0700 Subject: [PATCH] Bump version to 0.11.1 and changelog --- docs/changelog.rst | 4 ++++ ducktape/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bda5f7844..2ed2049b2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ==== +0.11.1 +====== +- Removed `tox` from requirements. It was not used, but was breaking our builds due to recent pushes to `virtualenv`. + 0.11.0 ====== - Option to fail tests without `@cluster` annotation. Deprecate ``min_cluster_spec()`` method in the ``Test`` class - `#336 `_ diff --git a/ducktape/__init__.py b/ducktape/__init__.py index f323a57be..ae4865cf6 100644 --- a/ducktape/__init__.py +++ b/ducktape/__init__.py @@ -1 +1 @@ -__version__ = '0.11.0' +__version__ = '0.11.1'