-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version from 2.8.1 to 2.8.2 in __version__.py, pyproject.…
…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
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.8.1" | ||
__version__ = "2.8.2" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
|
||
def test_mvc_flask_currently_version(): | ||
__version__ == "2.8.1" | ||
__version__ == "2.8.2" |