Features: None;
Fixes: None; Extra: 1) Bump version to 2.7.1 in pyproject.toml and settings/base.py.
This commit is contained in:
parent
86e2d787b1
commit
d3e9775d54
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
||||||
from os import getenv
|
from os import getenv
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
EVIBES_VERSION = "2.7.0"
|
EVIBES_VERSION = "2.7.1"
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).resolve().parent.parent.parent
|
BASE_DIR = Path(__file__).resolve().parent.parent.parent
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "eVibes"
|
name = "eVibes"
|
||||||
version = "2.7.0"
|
version = "2.7.1"
|
||||||
description = "eVibes is an open-source eCommerce backend service built with Django. It’s designed for flexibility, making it ideal for various use cases and learning Django skills. The project is easy to customize, allowing for straightforward editing and extension."
|
description = "eVibes is an open-source eCommerce backend service built with Django. It’s designed for flexibility, making it ideal for various use cases and learning Django skills. The project is easy to customize, allowing for straightforward editing and extension."
|
||||||
authors = ["fureunoir <contact@fureunoir.com>"]
|
authors = ["fureunoir <contact@fureunoir.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue