Skip to content

Commit

Permalink
chore(release): prepare for v0.25.0 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin authored Nov 27, 2024
1 parent f2ceda4 commit 1eb624a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 49 deletions.
1 change: 1 addition & 0 deletions docs/_static/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "versions": ["1", "dev"], "latest": "1" }
7 changes: 3 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@

html_theme_options = {
"logo_target": "/",
"announcement": "This documentation is currently under development.",
"github_repo_name": "Advanced Alchemy",
"github_url": "https://github.com/litestar-org/advanced-alchemy",
"navigation_with_keys": True,
Expand All @@ -202,13 +201,13 @@
},
{
"title": "Code of Conduct",
"summary": "Review the etiquette for interacting with the Litestar community",
"summary": "Review the etiquette for interacting with the Advanced Alchemy community",
"url": "https://github.com/litestar-org/.github?tab=coc-ov-file",
"icon": "coc",
},
{
"title": "Security",
"summary": "Overview of Litestar's security protocols",
"summary": "Overview of Advanced Alchemy's security protocols",
"url": "https://github.com/litestar-org/.github?tab=coc-ov-file#security-ov-file",
"icon": "coc",
},
Expand All @@ -225,7 +224,7 @@
},
{
"title": "Releases",
"summary": "Explore the release process, versioning, and deprecation policy for Litestar",
"summary": "Explore the release process, versioning, and deprecation policy for Advanced Alchemy",
"url": "releases",
"icon": "releases",
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ maintainers = [
name = "advanced_alchemy"
readme = "README.md"
requires-python = ">=3.8"
version = "0.24.0"
version = "0.25.0"

[project.urls]
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
Expand Down
Loading

0 comments on commit 1eb624a

Please sign in to comment.