Skip to content

Commit fe51ac8

Browse files
committed
Release 19.1: Add context.is_executable() shortcut
1 parent 0e70ef9 commit fe51ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žexecutor/__init__.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Programmer friendly subprocess wrapper.
44
#
55
# Author: Peter Odding <peter@peterodding.com>
6-
# Last Change: February 25, 2018
6+
# Last Change: March 25, 2018
77
# URL: https://executor.readthedocs.io
88

99
"""
@@ -68,7 +68,7 @@
6868
from executor.process import ControllableProcess
6969

7070
# Semi-standard module versioning.
71-
__version__ = '19.0'
71+
__version__ = '19.1'
7272

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

0 commit comments

Comments
 (0)