diff --git a/pyproject.toml b/pyproject.toml index d316346..70472b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = [{email = "admin@example.com", name = "admin"}] description = "FastAPI project generated using minimal-fastapi-postgres-template." name = "app" -version = "0.1.20" +version = "0.1.23" requires-python = ">=3.13" dependencies = [ "alembic>=1.18.3,<2", diff --git a/release_v0.1.23.md b/release_v0.1.23.md new file mode 100644 index 0000000..0dd6777 --- /dev/null +++ b/release_v0.1.23.md @@ -0,0 +1,6 @@ +Release v0.1.23 + +- Bump version to 0.1.23. +- Small packaging and Dockerfile fixes (Dockerfile parse error fixed). + +See CHANGELOG.md for historical changes. \ No newline at end of file