-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare CHANGELOG/VERSION for 0.58.0 release (#1271)
* ✏️ update version 0.57.0 -> 0.58.0 ✏️ update CHANGELOG.md with issues addressed in 0.58.0 * 🔧 attempt to fix "AttributeError: 'String' object has no attribute 'update'" pip/pipenv error. * 🔧 attempt to fix "AttributeError: 'String' object has no attribute 'update'" pip/pipenv error" -> Upgrade pip/pipenv * 🔧 attempt to fix "AttributeError: 'String' object has no attribute 'update'" pip/pipenv error" -> Upgrade pip in Makefile * 🔧 attempt to fix "AttributeError: 'String' object has no attribute 'update'" pip/pipenv error" -> Set pipenv<2023.8.19 * 📝 add python 3.11 support issue to CHANGELOG * 🔥 remove unnecessary update pip/pipenv section * 🔥 remove `pipenv` from Pipfile (as recommended by pipenv dev team (pypa/pipenv#5927) --------- Co-authored-by: shane <[email protected]>
- Loading branch information
1 parent
f0b51ac
commit 8d68b54
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ def running_in_docker() -> bool: | |
) | ||
raise RuntimeError(err_msg) | ||
|
||
__version__ = "0.57.0" | ||
__version__ = "0.58.0" |