From ddeb48e742a9dd872b277e236e003cbbb82a7347 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Wed, 6 Mar 2019 12:36:09 +0800 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.rst | 11 +++++++++++ news/20.feature.rst | 1 - src/shellingham/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 news/20.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9151ef6..3958798 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +1.3.0 (2019-03-06) +================== + +Features +-------- + +- Add `Almquist shell `_ + (``ash``) detection support. `#20 + `_ + + 1.2.8 (2018-12-16) ================== diff --git a/news/20.feature.rst b/news/20.feature.rst deleted file mode 100644 index dfe9591..0000000 --- a/news/20.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add `Almquist shell `__ (``ash``) detection support. diff --git a/src/shellingham/__init__.py b/src/shellingham/__init__.py index f879cf9..289fd09 100644 --- a/src/shellingham/__init__.py +++ b/src/shellingham/__init__.py @@ -4,7 +4,7 @@ from ._core import ShellDetectionFailure -__version__ = '1.2.8' +__version__ = '1.3.0' def detect_shell(pid=None, max_depth=6):