From c23f82c448a27be9ca06872ac3c5fcf5a4d2325a Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sun, 12 Sep 2021 18:08:34 +0400
Subject: [PATCH] Updated README.md.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 README.md      | 3 ++-
 pyproject.toml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 339347e..74ee8f3 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ usage: FastAPI template [-h] [--name PROJECT_NAME]
                         [--description PROJECT_DESCRIPTION]
                         [--db {none,sqlite,mysql,postgresql}]
                         [--ci {none,gitlab,github}] [--redis] [--alembic]
-                        [--kube] [--dummy] [--routers] [--force]
+                        [--kube] [--dummy] [--routers] [--swagger] [--force]
 
 optional arguments:
   -h, --help            show this help message and exit
@@ -70,5 +70,6 @@ optional arguments:
   --dummy, --dummy-model
                         Add dummy model
   --routers             Add exmaple routers
+  --swagger             Eanble self-hosted swagger
   --force               Owerrite directory if it exists
 ```
diff --git a/pyproject.toml b/pyproject.toml
index f241028..d265a47 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "2.4.0"
+version = "2.4.1"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [
-- 
GitLab