Skip to content

Commit b369823

Browse files
committed
0.4.1
Automatically generated by python-semantic-release
1 parent adb8f75 commit b369823

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v0.4.1 (2025-11-22)
6+
7+
### Fix
8+
9+
* Allow python 3.10 again (close #268) ([`adb8f75`](https://github.com/vberlier/pytest-insta/commit/adb8f75101c911efdb2d7888a8d29e5f4298fef2))
10+
511
## v0.4.0 (2025-11-12)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-insta"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A practical snapshot testing plugin for pytest"
55
readme = "README.md"
66
license = "MIT"

src/pytest_insta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .format import * # noqa: F403
33
from .session import * # noqa: F403
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)