1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

Release 0.1.2

This commit is contained in:
ycd
2020-08-09 17:54:42 +03:00
parent 95216ffb7b
commit e2156886e9
3 changed files with 8 additions and 2 deletions

View File

@@ -73,6 +73,12 @@ newproject/
### Latest Changes
### 0.1.2
* Add tests
* Fix and relocate success message
* Add travis
### 0.1.1
* Added documentation

View File

@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "manage-fastapi"
version = "0.1.1"
version = "0.1.2"
description = "Managing FastAPI projects made easy."
authors = ["ycd <yagizcanilbey1903@gmail.com>"]
readme = "README.md"