Skip to content

Commit 8fe50d5

Browse files
committed
Release 23.1: Enable control over command pool spinners (#2)
1 parent 6eed6c1 commit 8fe50d5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ to `semantic versioning`_.
1111
.. _Keep a Changelog: http://keepachangelog.com/
1212
.. _semantic versioning: http://semver.org/
1313

14+
`Release 23.1`_ (2020-05-14)
15+
----------------------------
16+
17+
As requested in `issue #2`_: Enable control over the spinner that's
18+
shown when a command pool is active. For more details refer to the
19+
:attr:`.CommandPool.spinner` documentation.
20+
21+
.. _Release 23.1: https://github.com/xolox/python-executor/compare/23.0...23.1
22+
.. _issue #2: https://github.com/xolox/python-executor/issues/2
23+
1424
`Release 23.0`_ (2020-05-14)
1525
----------------------------
1626

Diff for: executor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
from executor.process import ControllableProcess
6969

7070
# Semi-standard module versioning.
71-
__version__ = '23.0'
71+
__version__ = '23.1'
7272

7373
# Initialize a logger.
7474
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)