Skip to content

Commit 015b4d0

Browse files
Merge pull request #20 from AndreWohnsland/dev
Bump version to 1.5.0
2 parents fa77338 + 9821bdb commit 015b4d0

3 files changed

Lines changed: 5 additions & 154 deletions

File tree

backend/core/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from enum import StrEnum
22

3-
VERSION = "1.4.1"
3+
VERSION = "1.5.0"
44

55
DESCRIPTION = """
66
An endpoint for [CocktailBerry](https://github.com/AndreWohnsland/CocktailBerry) to send cocktail data to! 🍹

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cocktailberry-webapp"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
description = "WebApp with API and endpoint for CocktailBerry. Have insights into made cocktails."
55
authors = [{name="Andre Wohnsland", email="<50302161+AndreWohnsland@users.noreply.github.com>"}]
66
license = "MIT"

0 commit comments

Comments
 (0)