Skip to content

Commit

Permalink
Fix deep bug with subprocess handling in version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Aug 19, 2024
1 parent a6c3658 commit 9e1dc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ This supplemental licensing supersedes any language in the generic license attac
none of this supplemental license applies to you.

# Releases
* 2.0.2 - Fixed a deep bug with how macos/linux handles subprocess handles a command list with `shell=True`.
* 2.0.0 - Requirements internally is now just a text file. Sequantially installing requirements is now no longer
possible. Any change to the requirements will cause a full rebuild. This fixes a number of problems
with how requirements are handled. This should now be much more robust. However, the old api is slightly
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"setuptools",
]
# Change this with the version number bump.
version = "2.0.1"
version = "2.0.2"

[tool.ruff]
line-length = 200
Expand Down

0 comments on commit 9e1dc84

Please sign in to comment.