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:
@@ -73,6 +73,12 @@ newproject/
|
||||
|
||||
### Latest Changes
|
||||
|
||||
### 0.1.2
|
||||
|
||||
* Add tests
|
||||
* Fix and relocate success message
|
||||
* Add travis
|
||||
|
||||
### 0.1.1
|
||||
|
||||
* Added documentation
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.1.1"
|
||||
__version__ = "0.1.2"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user