From 695922ec1f559fc6cfc0424db5931bd37ed04d87 Mon Sep 17 00:00:00 2001 From: Andrew Moffat Date: Tue, 8 Oct 2024 23:58:02 -0700 Subject: [PATCH] 2.1.0 version bump --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a188e3e5..dda831bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.0 - 10/8/24 + +- Add contrib command `sh.contrib.bash` [#736](https://github.com/amoffat/sh/pull/736) + ## 2.0.7 - 5/31/24 - Fix `sh.glob` arguments [#708](https://github.com/amoffat/sh/issues/708) diff --git a/pyproject.toml b/pyproject.toml index a6da69b9..9b8b0348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sh" -version = "2.0.7" +version = "2.1.0" description = "Python subprocess replacement" authors = ["Andrew Moffat "] readme = "README.rst"