Skip to content

Commit 1eb624a

Browse files
authored
chore(release): prepare for v0.25.0 (#296)
1 parent f2ceda4 commit 1eb624a

File tree

4 files changed

+51
-49
lines changed

4 files changed

+51
-49
lines changed

docs/_static/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "versions": ["1", "dev"], "latest": "1" }

docs/conf.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185

186186
html_theme_options = {
187187
"logo_target": "/",
188-
"announcement": "This documentation is currently under development.",
189188
"github_repo_name": "Advanced Alchemy",
190189
"github_url": "https://github.com/litestar-org/advanced-alchemy",
191190
"navigation_with_keys": True,
@@ -202,13 +201,13 @@
202201
},
203202
{
204203
"title": "Code of Conduct",
205-
"summary": "Review the etiquette for interacting with the Litestar community",
204+
"summary": "Review the etiquette for interacting with the Advanced Alchemy community",
206205
"url": "https://github.com/litestar-org/.github?tab=coc-ov-file",
207206
"icon": "coc",
208207
},
209208
{
210209
"title": "Security",
211-
"summary": "Overview of Litestar's security protocols",
210+
"summary": "Overview of Advanced Alchemy's security protocols",
212211
"url": "https://github.com/litestar-org/.github?tab=coc-ov-file#security-ov-file",
213212
"icon": "coc",
214213
},
@@ -225,7 +224,7 @@
225224
},
226225
{
227226
"title": "Releases",
228-
"summary": "Explore the release process, versioning, and deprecation policy for Litestar",
227+
"summary": "Explore the release process, versioning, and deprecation policy for Advanced Alchemy",
229228
"url": "releases",
230229
"icon": "releases",
231230
},

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
name = "advanced_alchemy"
4848
readme = "README.md"
4949
requires-python = ">=3.8"
50-
version = "0.24.0"
50+
version = "0.25.0"
5151

5252
[project.urls]
5353
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"

0 commit comments

Comments
 (0)