Skip to content

Commit adf7482

Browse files
authored
chore: bump version from 2.8.1 to 2.8.2 in __version__.py, pyproject.toml, and version_test.py (#53)
The version number in the `__version__.py`, `pyproject.toml`, and `version_test.py` files was updated from 2.8.1 to 2.8.2. This change was made to reflect the correct version of the application and ensure consistency across all files.
1 parent f79e5b3 commit adf7482

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mvc_flask/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.1"
1+
__version__ = "2.8.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mvc-flask"
3-
version = "2.8.1"
3+
version = "2.8.2"
44
description = "turn standard Flask into mvc"
55
authors = ["Marcus Pereira <marcus@negros.dev>"]
66

tests/version_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_mvc_flask_currently_version():
5-
__version__ == "2.8.1"
5+
__version__ == "2.8.2"

0 commit comments

Comments
 (0)