From 0566a5f5ee35f274a5894285107ee053abf5a99f Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Mon, 13 Feb 2023 14:41:13 +0800 Subject: [PATCH] Bump to 1.5.1 --- CHANGELOG.rst | 9 +++++++++ news/68.bugfix.rst | 2 -- src/shellingham/__init__.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 news/68.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9b3c9bc..4c8bb7a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +1.5.1 (2023-02-13) +================== + +Bug Fixes +--------- + +- Select the correct status file fields on BSD systems. `#68 `_ + + 1.5.0.post1 (2023-01-03) ================== diff --git a/news/68.bugfix.rst b/news/68.bugfix.rst deleted file mode 100644 index 94377c9..0000000 --- a/news/68.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Select the correct status file fields on BSD systems. - diff --git a/src/shellingham/__init__.py b/src/shellingham/__init__.py index 2c079d5..fc9f3d8 100644 --- a/src/shellingham/__init__.py +++ b/src/shellingham/__init__.py @@ -4,7 +4,7 @@ from ._core import ShellDetectionFailure -__version__ = "1.5.0.post1" +__version__ = "1.5.1" def detect_shell(pid=None, max_depth=10):