Skip to content

Commit 760d163

Browse files
committed
0.1.7
Automatically generated by python-semantic-release
1 parent 5172b3e commit 760d163

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.7 (2021-03-03)
6+
### Fix
7+
* Don't use textwrap.indent because all lines need to be prefixed ([`8eaa8c2`](https://github.com/vberlier/pytest-insta/commit/8eaa8c207f8f12566da0d8f4fae0933f72d9afd7))
8+
59
## v0.1.6 (2021-02-25)
610
### Fix
711
* Remove leftover print ([`0f20dd2`](https://github.com/vberlier/pytest-insta/commit/0f20dd2679c47f7acad6d21499f9fd2037d62d26))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-insta"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "A practical snapshot testing plugin for pytest"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

pytest_insta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .format import *
33
from .session import *
44

5-
__version__ = "0.1.6"
5+
__version__ = "0.1.7"

0 commit comments

Comments
 (0)