Skip to content

Commit 7646358

Browse files
committed
Prepare for release 1.5.0.post1
1 parent eb61246 commit 7646358

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
1.5.0.post1 (2023-01-03)
2+
==================
3+
4+
- Fix package metadata to disallow installation on Python prior to 3.7. This was already done in 1.5.0,
5+
but the metadata of the release was incorrectly set to ``>=3.4``.
6+
7+
18
1.5.0 (2022-08-04)
29
==================
310

411
Features
512
--------
613

7-
- Drop support for Python version older than 3.4. `#50 <https://github.com/sarugaku/shellingham/issues/50>`_
14+
- Drop support for Python version older than 3.7. `#50 <https://github.com/sarugaku/shellingham/issues/50>`_
815
- Support detecting NuShell. `#56 <https://github.com/sarugaku/shellingham/issues/56>`_
916

1017

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.5.0"
7+
__version__ = "1.5.0.post1"
88

99

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

0 commit comments

Comments
 (0)