From ca299dbedcdad673eb4a8c4ec3dd494a7c6c3e04 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Fri, 14 Sep 2018 17:03:24 +0800 Subject: [PATCH] Release 1.2.6 --- CHANGELOG.rst | 6 ++++++ src/shellingham/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b5ba23..5febc06 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +1.2.6 (2018-09-14) +================== + +No significant changes. + + 1.2.5 (2018-09-14) ================== diff --git a/src/shellingham/__init__.py b/src/shellingham/__init__.py index 4fb1ac6..90c00ab 100644 --- a/src/shellingham/__init__.py +++ b/src/shellingham/__init__.py @@ -4,7 +4,7 @@ from ._core import ShellDetectionFailure -__version__ = '1.2.6.dev0' +__version__ = '1.2.6' def detect_shell(pid=None, max_depth=6):