File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ to `semantic versioning`_.
11
11
.. _Keep a Changelog : http://keepachangelog.com/
12
12
.. _semantic versioning : http://semver.org/
13
13
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
+
14
24
`Release 23.0 `_ (2020-05-14)
15
25
----------------------------
16
26
Original file line number Diff line number Diff line change 68
68
from executor .process import ControllableProcess
69
69
70
70
# Semi-standard module versioning.
71
- __version__ = '23.0 '
71
+ __version__ = '23.1 '
72
72
73
73
# Initialize a logger.
74
74
logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments