Skip to content

Commit aec0a64

Browse files
committed
Release 1.3.1
1 parent e7839b8 commit aec0a64

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.3.1 (2019-04-10)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Fix a typo that prevents ash and csh from being detected. `#24
8+
<https://github.com/sarugaku/shellingham/issues/24>`_
9+
10+
111
1.3.0 (2019-03-06)
212
==================
313

news/24.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/shellingham/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ._core import ShellDetectionFailure
55

66

7-
__version__ = '1.3.1.dev0'
7+
__version__ = '1.3.1'
88

99

1010
def detect_shell(pid=None, max_depth=6):

0 commit comments

Comments
 (0)