Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 22, 2021
1 parent 016ca65 commit 6e2f1b6
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
@@ -0,0 +1,7 @@
# Changelog

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

## v0.1.5 (2021-02-22)
### Fix
* Handle composite extensions and make pyright happy ([`7dc3cd1`](https://github.com/vberlier/pytest-insta/commit/7dc3cd19540c236de140d8abae74eda846fd5d5d))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-insta"
version = "0.1.4"
version = "0.1.5"
description = "A practical snapshot testing plugin for pytest"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pytest_insta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .format import *
from .session import *

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 6e2f1b6

Please sign in to comment.