Skip to content

Commit ab80cc7

Browse files
committed
Release 1.4.0
1 parent 07f3dd7 commit ab80cc7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.4.0 (2021-02-01)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- On Windows, the full path to the shell executable is now returned instead of
8+
just the base name. `#42 <https://github.com/sarugaku/shellingham/issues/42>`_
9+
10+
111
1.3.2 (2020-02-12)
212
==================
313

news/42.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/shellingham/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ._core import ShellDetectionFailure
55

66

7-
__version__ = "1.3.3dev0"
7+
__version__ = "1.4.0"
88

99

1010
def detect_shell(pid=None, max_depth=10):

0 commit comments

Comments
 (0)