Skip to content

Commit

Permalink
bump: version 0.13.2 → 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Sep 24, 2024
1 parent 834a855 commit 0bc0e8b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

<a id='changelog-0.13.3'></a>
# 0.13.3 — 2024-09-24

## Fixed

- removed non-optional dirty-equals dependency (#118)

<a id='changelog-0.13.2'></a>
# 0.13.2 — 2024-09-24

Expand Down
40 changes: 0 additions & 40 deletions changelog.d/20240924_150856_15r10nk-git_fix_dirty_equals_bug.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ keywords = []
name = "inline-snapshot"
readme = "README.md"
requires-python = ">=3.8"
version = "0.13.2"
version = "0.13.3"

[project.entry-points.pytest11]
inline_snapshot = "inline_snapshot.pytest_plugin"
Expand Down
2 changes: 1 addition & 1 deletion src/inline_snapshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

__all__ = ["snapshot", "external", "outsource", "customize_repr", "HasRepr"]

__version__ = "0.13.2"
__version__ = "0.13.3"

0 comments on commit 0bc0e8b

Please sign in to comment.