Features: 1) Update project version to 2.6.1 in pyproject.toml and settings.
Fixes: none; Extra: none;
This commit is contained in:
parent
2d67b69b42
commit
2e9659a562
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
|||
from os import getenv
|
||||
from pathlib import Path
|
||||
|
||||
EVIBES_VERSION = "2.6.0"
|
||||
EVIBES_VERSION = "2.6.1"
|
||||
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent.parent
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "eVibes"
|
||||
version = "2.6.0"
|
||||
version = "2.6.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."
|
||||
authors = ["fureunoir <contact@fureunoir.com>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Reference in a new issue