Skip to content

Commit

Permalink
Update Litestar version to 2.9.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Jun 22, 2024
1 parent f390179 commit f2f7307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Update docs/conf.py
if: steps.latest_release.outputs.version != env.CURRENT_VERSION
env:
CURRENT_VERSION: 2.9.0
CURRENT_VERSION: 2.9.1
run: |
sed -Ei "s/(\"title\": \"Litestar )[[:digit:].]*( has just been released!\")\"/\1${{ steps.latest_release.outputs.version }}\2/" page/conf.py
sed -Ei "s|(https://docs.litestar.dev/latest/release-notes/changelog.html#)[[:digit:].]*|\1${{ steps.latest_release.outputs.version }}|" page/conf.py
Expand Down
2 changes: 1 addition & 1 deletion page/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"announcement": {
"title": "Litestar 2.9.0 has just been released!",
"description": "Check it out here",
"link": "https://docs.litestar.dev/latest/release-notes/changelog.html#2.9.0",
"link": "https://docs.litestar.dev/latest/release-notes/changelog.html#2.9.1",
},
"project_name": "Litestar",
"project_url": "https://litestar.dev",
Expand Down

0 comments on commit f2f7307

Please sign in to comment.