Features: None;

Fixes: None;

Extra: 1) Bump version to 2.7.1 in pyproject.toml and settings/base.py.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-05-29 22:24:21 +03:00
parent 86e2d787b1
commit d3e9775d54
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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. Its 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. Its 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"