File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
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 21.1.1 `_ (2018-10-08)
15
+ ------------------------------
16
+
17
+ Bug fix of sorts: Guard against binary data in ``/etc/lsb-release `` on Travis
18
+ CI. This problem became apparent after `#10 `_ triggered some new development.
19
+ Since then I created `#15 `_ to track this specific issue.
20
+
21
+ .. _Release 21.1.1 : https://github.com/xolox/python-executor/compare/21.1...21.1.1
22
+ .. _#15 : https://github.com/xolox/python-executor/issues/10
23
+
14
24
`Release 21.1 `_ (2018-10-07)
15
25
----------------------------
16
26
Original file line number Diff line number Diff line change 3
3
# Programmer friendly subprocess wrapper.
4
4
#
5
5
# Author: Peter Odding <peter@peterodding.com>
6
- # Last Change: October 7 , 2018
6
+ # Last Change: October 8 , 2018
7
7
# URL: https://executor.readthedocs.io
8
8
9
9
"""
68
68
from executor .process import ControllableProcess
69
69
70
70
# Semi-standard module versioning.
71
- __version__ = '21.1'
71
+ __version__ = '21.1.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