We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7839b8 commit aec0a64Copy full SHA for aec0a64
CHANGELOG.rst
@@ -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
11
1.3.0 (2019-03-06)
12
==================
13
news/24.bugfix.rst
src/shellingham/__init__.py
@@ -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):
0 commit comments