Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0f40a42

Browse files
committed
chore: update version to 2.0.5 and add deprecation notice
1 parent 74d8329 commit 0f40a42

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"terminal.integrated.defaultProfile.windows": "Git Bash",
88
"terminal.integrated.profiles.windows": {
99
"Git Bash": {
10-
"path": "C:\\Program Files\\Git\\bin\\bash.exe"
10+
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
11+
"args": ["--cd=."]
1112
}
1213
},
1314
// adds activate virtualenv to terminal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ This supplemental licensing supersedes any language in the generic license attac
116116
none of this supplemental license applies to you.
117117

118118
# Releases
119+
* 2.0.5 - Added deprecation notice. No more developement will happen with this package. Instead use my better version built on top of the amazing `uv` package: https://github.com/zackees/iso-env, which fixes all the problems.
119120
* 2.0.3 - Fixed a win32 bug related to finding site packages.
120121
* 2.0.2 - Fixed a deep bug with how macos/linux handles subprocess handles a command list with `shell=True`.
121122
* 2.0.0 - Requirements internally is now just a text file. Sequantially installing requirements is now no longer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"setuptools",
1717
]
1818
# Change this with the version number bump.
19-
version = "2.0.4"
19+
version = "2.0.5"
2020

2121
[tool.ruff]
2222
line-length = 200

0 commit comments

Comments
 (0)