diff --git a/CHANGELOG.md b/CHANGELOG.md index b591282..80997d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Changelog +## v0.1.7 (2023-02-10) +### Fix +* [FIX:robot:] Update Deps ([`b6c2045`](https://github.com/cowofevil/pytest-flask-ligand/commit/b6c204528ce95876430275d7f2528c2998f937b7)) + ## v0.1.6 (2023-02-10) ### Fix * [558:robot:] Fix Broken GitHub Actions Build Badge ([`9bdf745`](https://github.com/cowofevil/pytest-flask-ligand/commit/9bdf7454e52ca76507c5f150ad4f46cd03db4d23)) diff --git a/pytest_flask_ligand/__init__.py b/pytest_flask_ligand/__init__.py index b6f80f7..b4b930d 100644 --- a/pytest_flask_ligand/__init__.py +++ b/pytest_flask_ligand/__init__.py @@ -24,7 +24,7 @@ # ====================================================================================================================== # Globals # ====================================================================================================================== -__version__ = "0.1.6" +__version__ = "0.1.7" DUMMY_ID = str(uuid.UUID("00000000-0000-0000-0000-000000000000")) DUMMY_ETAG = "0000000000000000000000000000000000000000" USER_ID = DUMMY_ID diff --git a/setup.cfg b/setup.cfg index 43cf207..1a2ae1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-flask-ligand -version = 0.1.6 +version = 0.1.7 summary = Pytest fixtures and helper functions to use for testing flask-ligand microservices. description_file = README.rst author = Ryan Gard