Skip to content

Commit

Permalink
Bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Feb 13, 2023
1 parent d9bb573 commit 0566a5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,12 @@
1.5.1 (2023-02-13)
==================

Bug Fixes
---------

- Select the correct status file fields on BSD systems. `#68 <https://github.com/sarugaku/shellingham/issues/68>`_


1.5.0.post1 (2023-01-03)
==================

Expand Down
2 changes: 0 additions & 2 deletions news/68.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/shellingham/__init__.py
Expand Up @@ -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):
Expand Down

0 comments on commit 0566a5f

Please sign in to comment.