We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cf64b commit 6d629baCopy full SHA for 6d629ba
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.4.0 (2025-11-12)
6
+
7
+### Feature
8
9
+* Python 3.14 ([`74cf64b`](https://github.com/vberlier/pytest-insta/commit/74cf64bcba890167203a490671ec7619ca679f06))
10
11
## v0.3.0 (2024-02-19)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "pytest-insta"
-version = "0.3.0"
+version = "0.4.0"
description = "A practical snapshot testing plugin for pytest"
readme = "README.md"
license = "MIT"
src/pytest_insta/__init__.py
@@ -2,4 +2,4 @@
from .format import * # noqa: F403
from .session import * # noqa: F403
-__version__ = "0.3.0"
+__version__ = "0.4.0"
0 commit comments