bump version 2021.12.1.0 -> 2021.12.1.1

This commit is contained in:
Riley Housden 2021-12-01 01:40:59 -05:00
parent 946cf25bde
commit e6f4eb5404
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
2 changed files with 2 additions and 2 deletions

2
api.py
View File

@ -7,7 +7,7 @@ from fastapi import FastAPI
logger = logging.getLogger("api")
api = FastAPI()
api_data = {"version": "2021.12.1.0", "author": "Riley Housden"}
api_data = {"version": "2021.12.1.1", "author": "Riley Housden"}
def load_module(name: str):

View File

@ -1,5 +1,5 @@
[bumpver]
current_version = "2021.12.1.0"
current_version = "2021.12.1.1"
version_pattern = "YYYY.MM.DD.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true