Skip to content

Commit

Permalink
Release 14.1: Atomic file writes using execution contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 12, 2016
1 parent b453c00 commit 3360a99
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: August 10, 2016
# Last Change: October 12, 2016
# URL: https://executor.readthedocs.org

"""
Expand Down Expand Up @@ -68,7 +68,7 @@
unicode = str

# Semi-standard module versioning.
__version__ = '14.0'
__version__ = '14.1'

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

0 comments on commit 3360a99

Please sign in to comment.