Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanhall committed Mar 7, 2017
1 parent cf26669 commit 0d44c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envmgr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Trainline Limited, 2017. All rights reserved. See LICENSE.txt in the project root for license information.

__version__ = '1.3.1'
__version__ = '1.4.0'

2 changes: 1 addition & 1 deletion envmgr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
def except_hook(exec_type, value, trace_back):
print(value)

# sys.excepthook = except_hook
sys.excepthook = except_hook

def main():
"""Main CLI entrypoint."""
Expand Down

0 comments on commit 0d44c96

Please sign in to comment.