bump version 2021.11.30.0 -> 2021.12.1.0

This commit is contained in:
Riley Housden 2021-12-01 01:22:22 -05:00
parent e9fa150618
commit 25ebfc01d4
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.11.30.0", "author": "Riley Housden"}
api_data = {"version": "2021.12.1.0", "author": "Riley Housden"}
def load_module(name: str):

View File

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