Skip to content

Commit

Permalink
Decrement sharktank and shortfin versions to 2.9.0. (#448)
Browse files Browse the repository at this point in the history
Progress on #400.

Switching the versions to be earlier than the planned 3.0.0 will let us
publish a 2.9.0 test release to PyPI and then increment the major
version once we are comfortable with the new release process. I plan on
deleting the existing 3.0.0 binaries that have been pushed to the
"dev-wheels" release.

(Yes, pre-releases are a thing:
https://packaging.python.org/en/latest/specifications/version-specifiers/#pre-releases,
but we want to trial the full release process)
  • Loading branch information
ScottTodd authored Nov 8, 2024
1 parent a60b7d2 commit 5b44546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sharktank/version_info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"package-version": "3.0.0.dev"
"package-version": "2.9.0.dev"
}
2 changes: 1 addition & 1 deletion shortfin/version_info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"package-version": "3.0.0.dev"
"package-version": "2.9.0.dev"
}

0 comments on commit 5b44546

Please sign in to comment.