From 7a5d303aec153092c65d2a06f246a35c02bc7991 Mon Sep 17 00:00:00 2001 From: Riley Housden Date: Wed, 1 Dec 2021 02:21:00 -0500 Subject: [PATCH] bump version 2021.12.1.3 -> 2021.12.1.4 --- api.py | 2 +- bumpver.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api.py b/api.py index 87946e0..f0272d9 100644 --- a/api.py +++ b/api.py @@ -7,7 +7,7 @@ from fastapi import FastAPI logger = logging.getLogger("api") 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): diff --git a/bumpver.toml b/bumpver.toml index 1537cdf..9433d8e 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2021.12.1.3" +current_version = "2021.12.1.4" version_pattern = "YYYY.MM.DD.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true