diff --git a/mvc_flask/__version__.py b/mvc_flask/__version__.py index b4066b6..239bf2b 100644 --- a/mvc_flask/__version__.py +++ b/mvc_flask/__version__.py @@ -1 +1 @@ -__version__ = "2.8.1" +__version__ = "2.8.2" diff --git a/poetry.lock b/poetry.lock index fc43d57..c54fc72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -281,7 +281,7 @@ files = [ ] [package.dependencies] -python-dateutil = ">=2.8.1" +python-dateutil = ">=2.8.2" [package.extras] dev = ["flake8", "markdown", "twine", "wheel"] diff --git a/pyproject.toml b/pyproject.toml index e2a6ad2..6f366df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/tests/version_test.py b/tests/version_test.py index 2c922d3..6791228 100644 --- a/tests/version_test.py +++ b/tests/version_test.py @@ -2,4 +2,4 @@ def test_mvc_flask_currently_version(): - __version__ == "2.8.1" + __version__ == "2.8.2"