Fix/version number (#960)

* npm install

* set versions

* bump beta label

* bump app version

* v0.5.5 changelog

* allow higher version of python

* add discord release notification
This commit is contained in:
Hayden
2022-02-03 12:29:48 -09:00
committed by GitHub
parent e82020b7e0
commit 4b9dcf95f9
9 changed files with 437 additions and 317 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "mealie"
version = "0.5.2"
version = "0.5.5"
description = "A Recipe Manager"
authors = ["Hayden <hay-kot@pm.me>"]
license = "MIT"
@@ -9,7 +9,7 @@ license = "MIT"
start = "mealie.app:main"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.9.9"
aiofiles = "0.5.0"
aniso8601 = "7.0.0"
appdirs = "1.4.4"