Skip to content

Commit 748e71f

Browse files
committed
Bump version to 0.11.1 and changelog
1 parent d09b3bb commit 748e71f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Changelog
55
====
66

7+
0.11.1
8+
======
9+
- Removed `tox` from requirements. It was not used, but was breaking our builds due to recent pushes to `virtualenv`.
10+
711
0.11.0
812
======
913
- Option to fail tests without `@cluster` annotation. Deprecate ``min_cluster_spec()`` method in the ``Test`` class - `#336 <https://github.com/confluentinc/ducktape/pull/336>`_

ducktape/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.11.0'
1+
__version__ = '0.11.1'

0 commit comments

Comments
 (0)