Skip to content

Commit

Permalink
Release 2.2.0 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
amoffat committed Jan 9, 2025
1 parent ee1e0ba commit ca44695
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
use-select: [0, 1]
lang: [C, en_US.UTF-8]

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.0 - 1/9/25

- `return_cmd` with `await` now works correctly [#743](https://github.com/amoffat/sh/issues/743)
- Formal support for Python 3.12

## 2.1.0 - 10/8/24

- Add contrib command `sh.contrib.bash` [#736](https://github.com/amoffat/sh/pull/736)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

|
sh is a full-fledged subprocess replacement for Python 3.8 - 3.11, and PyPy
sh is a full-fledged subprocess replacement for Python 3.8 - 3.12, and PyPy
that allows you to call *any* program as if it were a function:

.. code:: python
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "sh"
version = "2.1.0"
version = "2.2.0"
description = "Python subprocess replacement"
authors = ["Andrew Moffat <arwmoffat@gmail.com>"]
readme = "README.rst"
maintainers = [
"Andrew Moffat <arwmoffat@gmail.com>",
"Erik Cederstrand <erik@cederstrand.dk>"
"Erik Cederstrand <erik@cederstrand.dk>",
]
homepage = "https://sh.readthedocs.io/"
repository = "https://github.com/amoffat/sh"
Expand Down

0 comments on commit ca44695

Please sign in to comment.