From 760d163415c52b6455670f339dc4b9634da16f5d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Mar 2021 17:44:42 +0000 Subject: [PATCH] 0.1.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- pytest_insta/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455b86b..a3979db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.7 (2021-03-03) +### Fix +* Don't use textwrap.indent because all lines need to be prefixed ([`8eaa8c2`](https://github.com/vberlier/pytest-insta/commit/8eaa8c207f8f12566da0d8f4fae0933f72d9afd7)) + ## v0.1.6 (2021-02-25) ### Fix * Remove leftover print ([`0f20dd2`](https://github.com/vberlier/pytest-insta/commit/0f20dd2679c47f7acad6d21499f9fd2037d62d26)) diff --git a/pyproject.toml b/pyproject.toml index 8c2c501..7974ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-insta" -version = "0.1.6" +version = "0.1.7" description = "A practical snapshot testing plugin for pytest" authors = ["Valentin Berlier "] license = "MIT" diff --git a/pytest_insta/__init__.py b/pytest_insta/__init__.py index 6e2bf81..89bab81 100644 --- a/pytest_insta/__init__.py +++ b/pytest_insta/__init__.py @@ -2,4 +2,4 @@ from .format import * from .session import * -__version__ = "0.1.6" +__version__ = "0.1.7"