Skip to content

Commit

Permalink
chore: bump version from 2.8.1 to 2.8.2 in __version__.py, pyproject.…
Browse files Browse the repository at this point in the history
…toml, and version_test.py

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.
  • Loading branch information
marcuxyz committed Nov 17, 2023
1 parent 4e7d5e6 commit 16e872b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mvc_flask/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.1"
__version__ = "2.8.2"
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mvc-flask"
version = "2.8.1"
version = "2.8.2"
description = "turn standard Flask into mvc"
authors = ["Marcus Pereira <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/version_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_mvc_flask_currently_version():
__version__ == "2.8.1"
__version__ == "2.8.2"

0 comments on commit 16e872b

Please sign in to comment.