bump version 2021.12.1.3 -> 2021.12.1.4
This commit is contained in:
parent
8bcccec7d1
commit
7a5d303aec
2 changed files with 2 additions and 2 deletions
2
api.py
2
api.py
|
@ -7,7 +7,7 @@ from fastapi import FastAPI
|
||||||
logger = logging.getLogger("api")
|
logger = logging.getLogger("api")
|
||||||
|
|
||||||
api = FastAPI()
|
api = FastAPI()
|
||||||
api_data = {"version": "2021.12.1.3", "author": "Riley Housden"}
|
api_data = {"version": "2021.12.1.4", "author": "Riley Housden"}
|
||||||
|
|
||||||
|
|
||||||
def load_module(name: str):
|
def load_module(name: str):
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpver]
|
[bumpver]
|
||||||
current_version = "2021.12.1.3"
|
current_version = "2021.12.1.4"
|
||||||
version_pattern = "YYYY.MM.DD.PATCH"
|
version_pattern = "YYYY.MM.DD.PATCH"
|
||||||
commit_message = "bump version {old_version} -> {new_version}"
|
commit_message = "bump version {old_version} -> {new_version}"
|
||||||
commit = true
|
commit = true
|
||||||
|
|
Loading…
Reference in a new issue