diff --git a/CHANGELOG.md b/CHANGELOG.md index a106220..54b04ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file documents changes to [fastapi-mvc](https://github.com/fastapi-mvc/fastapi-mvc). The release numbering uses [semantic versioning](http://semver.org). -## Unreleased +## 0.26.0 (12.02.2023) ### Generators diff --git a/TAG b/TAG index 94a5fe4..e93b647 100644 --- a/TAG +++ b/TAG @@ -1 +1 @@ -0.25.0 \ No newline at end of file +0.26.0 \ No newline at end of file diff --git a/fastapi_mvc/core.py b/fastapi_mvc/core.py index 92ed30a..f527c2e 100644 --- a/fastapi_mvc/core.py +++ b/fastapi_mvc/core.py @@ -25,7 +25,7 @@ # CONSTANTS -VERSION = "0.25.0" +VERSION = "0.26.0" ANSWERS_FILE = ".fastapi-mvc.yml" diff --git a/pyproject.toml b/pyproject.toml index 5d4d045..6a49fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-mvc" -version = "0.25.0" +version = "0.26.0" description = "Developer productivity tool for making high-quality FastAPI production-ready APIs." authors = ["Radosław Szamszur "] license = "MIT"