Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 25, 2023
1 parent 46a5aeb commit 6a0711f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pytest_flask_ligand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6a0711f

Please sign in to comment.