Skip to content

Commit dccc8f5

Browse files
committed
Update app version to 2.7.0
Downgrade the application version from 3.0.0-dev to 2.7.0 in both constants.py and pyproject.toml for consistency.
1 parent d840fb6 commit dccc8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
APP_NAME = "flaskBlog" # (str)
1010

1111
# Version of the Flask application
12-
APP_VERSION = "3.0.0-dev" # (str)
12+
APP_VERSION = "2.7.0" # (str)
1313

1414
# Path to the root of the application files
1515
APP_ROOT_PATH = "." # (str)

app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flaskBlog"
3-
version = "3.0.0dev"
3+
version = "2.7.0"
44
description = "Blog application built with Flask"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)