Skip to content

Commit 62e5bf6

Browse files
committed
Merge branch 'release/3.1.8' into develop
2 parents 2223597 + 45e2312 commit 62e5bf6

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

fastapi_template/template/{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ aerich downgrade
6464
{%- endif %}
6565
```
6666
67-
### Miration generation
67+
### Migration generation
6868
6969
To generate migrations you should run:
7070
```bash

fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ asynctest = "^0.13.0"
8484
[tool.isort]
8585
profile = "black"
8686
multi_line_output = 3
87+
src_paths = ["{{cookiecutter.project_name}}",]
8788

8889
[tool.mypy]
8990
strict = true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi_template"
3-
version = "3.1.7"
3+
version = "3.1.8"
44
description = "Feature-rich robust FastAPI template"
55
authors = ["Pavel Kirilin <win10@list.ru>"]
66
packages = [{ include = "fastapi_template" }]

0 commit comments

Comments
 (0)