Skip to content

Commit

Permalink
Release 23.1: Enable control over command pool spinners (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 14, 2020
1 parent 6eed6c1 commit 8fe50d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 23.1`_ (2020-05-14)
----------------------------

As requested in `issue #2`_: Enable control over the spinner that's
shown when a command pool is active. For more details refer to the
:attr:`.CommandPool.spinner` documentation.

.. _Release 23.1: https://github.com/xolox/python-executor/compare/23.0...23.1
.. _issue #2: https://github.com/xolox/python-executor/issues/2

`Release 23.0`_ (2020-05-14)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion executor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from executor.process import ControllableProcess

# Semi-standard module versioning.
__version__ = '23.0'
__version__ = '23.1'

# Initialize a logger.
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 8fe50d5

Please sign in to comment.