Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Apr 10, 2019
1 parent e7839b8 commit aec0a64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.3.1 (2019-04-10)
==================

Bug Fixes
---------

- Fix a typo that prevents ash and csh from being detected. `#24
<https://github.com/sarugaku/shellingham/issues/24>`_


1.3.0 (2019-03-06)
==================

Expand Down
1 change: 0 additions & 1 deletion news/24.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/shellingham/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._core import ShellDetectionFailure


__version__ = '1.3.1.dev0'
__version__ = '1.3.1'


def detect_shell(pid=None, max_depth=6):
Expand Down

0 comments on commit aec0a64

Please sign in to comment.