We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9616c commit ca299dbCopy full SHA for ca299db
CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+1.2.6 (2018-09-14)
2
+==================
3
+
4
+No significant changes.
5
6
7
1.2.5 (2018-09-14)
8
==================
9
src/shellingham/__init__.py
@@ -4,7 +4,7 @@
from ._core import ShellDetectionFailure
-__version__ = '1.2.6.dev0'
+__version__ = '1.2.6'
10
def detect_shell(pid=None, max_depth=6):
0 commit comments