Skip to content

Commit

Permalink
Merge pull request #696 from amoffat/develop
Browse files Browse the repository at this point in the history
2.0.6 release
  • Loading branch information
amoffat committed Aug 10, 2023
2 parents 5f6f179 + 11ea5c8 commit 08d7603
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.0.6 - 8/9/23

- Add back appropriate sdist files [comment](https://github.com/amoffat/sh/commit/89333ae48069a5b445b3535232195b2de6f4648f)

## 2.0.5 - 8/7/23

- Allow nested `with` contexts [#690](https://github.com/amoffat/sh/issues/690)
Expand Down
12 changes: 8 additions & 4 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sh"
version = "2.0.5"
version = "2.0.6"
description = "Python subprocess replacement"
authors = ["Andrew Moffat <arwmoffat@gmail.com>"]
readme = "README.rst"
Expand Down Expand Up @@ -29,9 +29,13 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = [
"CHANGELOG.md",
"MIGRATION.md",
"LICENSE.txt",
{ path = "CHANGELOG.md", format = "sdist" },
{ path = "MIGRATION.md", format = "sdist" },
{ path = "images", format = "sdist" },
{ path = "Makefile", format = "sdist" },
{ path = "tests", format = "sdist" },
{ path = "tox.ini", format = "sdist" },
{ path = "LICENSE.txt", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 08d7603

Please sign in to comment.