bump version 2021.12.1.1 -> 2021.12.1.2
This commit is contained in:
parent
16b3d03841
commit
a67c520e92
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")
|
||||
|
||||
api = FastAPI()
|
||||
api_data = {"version": "2021.12.1.1", "author": "Riley Housden"}
|
||||
api_data = {"version": "2021.12.1.2", "author": "Riley Housden"}
|
||||
|
||||
|
||||
def load_module(name: str):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpver]
|
||||
current_version = "2021.12.1.1"
|
||||
current_version = "2021.12.1.2"
|
||||
version_pattern = "YYYY.MM.DD.PATCH"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
commit = true
|
||||
|
|
Loading…
Reference in a new issue