Skip to content

Commit

Permalink
Prepare for release 1.5.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jan 3, 2023
1 parent eb61246 commit 7646358
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
1.5.0.post1 (2023-01-03)
==================

- Fix package metadata to disallow installation on Python prior to 3.7. This was already done in 1.5.0,
but the metadata of the release was incorrectly set to ``>=3.4``.


1.5.0 (2022-08-04)
==================

Features
--------

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


Expand Down
2 changes: 1 addition & 1 deletion src/shellingham/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._core import ShellDetectionFailure


__version__ = "1.5.0"
__version__ = "1.5.0.post1"


def detect_shell(pid=None, max_depth=10):
Expand Down

0 comments on commit 7646358

Please sign in to comment.