From 6a0711fa54b6880a15bb051b43c5295ed324a18a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Apr 2023 22:50:10 +0000 Subject: [PATCH] 0.1.11 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pytest_flask_ligand/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1698270..0f1168c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Changelog +## v0.1.11 (2023-04-25) +### Fix +* :arrow_up: Update mypy requirement from ~=1.1 to ~=1.2 ([`46a5aeb`](https://github.com/cowofevil/pytest-flask-ligand/commit/46a5aebbbac2531ef0f7d6367b4747a32122cb75)) + ## v0.1.10 (2023-04-25) ### Fix * :arrow_up: Update pre-commit requirement from ~=3.1 to ~=3.2 ([`87028b5`](https://github.com/cowofevil/pytest-flask-ligand/commit/87028b5c8d7197d8ac51ff962f5ef4c156fe1283)) diff --git a/pytest_flask_ligand/__init__.py b/pytest_flask_ligand/__init__.py index b059353..fe02da5 100644 --- a/pytest_flask_ligand/__init__.py +++ b/pytest_flask_ligand/__init__.py @@ -24,7 +24,7 @@ # ====================================================================================================================== # Globals # ====================================================================================================================== -__version__ = "0.1.10" +__version__ = "0.1.11" 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 0e5f23f..e54a722 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-flask-ligand -version = 0.1.10 +version = 0.1.11 summary = Pytest fixtures and helper functions to use for testing flask-ligand microservices. description_file = README.rst author = Ryan Gard