Skip to content

Commit

Permalink
chore(release): prepare for v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Jan 8, 2025
1 parent 7748372 commit b9e689b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ docs-serve: docs-clean ## Serve documentation locall
.PHONY: docs
docs: docs-clean ## Build documentation
@echo "${INFO} Building documentation... 📝"
@uv run sphinx-build -M html docs docs/_build/ -E -a -j auto -W --keep-going >/dev/null 2>&1
@uv run sphinx-build -M html docs docs/_build/ -E -a -j auto -W --keep-going
@echo "${OK} Documentation built successfully"

.PHONY: docs-linkcheck
Expand Down
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ classifiers = [
"Topic :: Database",
"Topic :: Database :: Database Engines/Servers",
]
dependencies = [
"sqlalchemy>=2.0.20",
"alembic>=1.12.0",
"typing-extensions>=4.0.0",
"greenlet; sys_platform == \"darwin\"",
]
dependencies = ["sqlalchemy>=2.0.20", "alembic>=1.12.0", "typing-extensions>=4.0.0", "greenlet"]
description = "Ready-to-go SQLAlchemy concoctions."
keywords = ["sqlalchemy", "alembic", "litestar", "sanic", "fastapi", "flask"]
license = { text = "MIT" }
Expand All @@ -46,7 +41,7 @@ maintainers = [
name = "advanced_alchemy"
readme = "README.md"
requires-python = ">=3.8"
version = "0.26.2"
version = "0.27.0"

[project.urls]
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9e689b

Please sign in to comment.