mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
chore: bump version + change-log notice (#1766)
This commit is contained in:
parent
84c23765cd
commit
3f5aab6fae
3 changed files with 7 additions and 1 deletions
3
docs/docs/changelog/v1.0.0beta-5.md
Normal file
3
docs/docs/changelog/v1.0.0beta-5.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
## NOTICE:
|
||||||
|
|
||||||
|
Release changelogs are now published on github releases. This file is kept for historical purposes.
|
|
@ -0,0 +1 @@
|
||||||
|
__version__ = "v1.0.0beta-5"
|
|
@ -1,6 +1,8 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
APP_VERSION = "v1.0.0beta-4"
|
from mealie import __version__
|
||||||
|
|
||||||
|
APP_VERSION = __version__
|
||||||
|
|
||||||
CWD = Path(__file__).parent
|
CWD = Path(__file__).parent
|
||||||
BASE_DIR = CWD.parent.parent.parent
|
BASE_DIR = CWD.parent.parent.parent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue