Skip to content

Commit

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

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

## v0.1.8 (2023-02-10)
### Fix
* [560:robot:] Fix Packaging Issues ([`7452032`](https://github.com/cowofevil/pytest-flask-ligand/commit/74520324358a4dd63f5a264c4fd02c9c7472f4d7))

### Other
* [pre-commit.ci] pre-commit autoupdate ([`69088d0`](https://github.com/cowofevil/pytest-flask-ligand/commit/69088d003b39fe0b568199798cc2a2f65fcc01d4))

## v0.1.7 (2023-02-10)
### Fix
* [FIX:robot:] Update Deps ([`b6c2045`](https://github.com/cowofevil/pytest-flask-ligand/commit/b6c204528ce95876430275d7f2528c2998f937b7))
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.7"
__version__ = "0.1.8"
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.7
version = 0.1.8
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 2096bca

Please sign in to comment.