Skip to content

Commit

Permalink
Release 16.1: Give contexts some `lsb_release' shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 8, 2017
1 parent 72b69a1 commit 6d8180f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Programmer friendly subprocess wrapper.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: April 13, 2017
# Last Change: June 8, 2017
# URL: https://executor.readthedocs.io

"""
Expand Down Expand Up @@ -66,7 +66,7 @@
from executor.process import ControllableProcess

# Semi-standard module versioning.
__version__ = '16.0.1'
__version__ = '16.1'

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

0 comments on commit 6d8180f

Please sign in to comment.