From fcd6c3ec5edef4d9393096f10e7a0b9820a8d864 Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Thu, 7 Nov 2024 09:14:14 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.3=20=E2=86=92=200.13.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++ .../20241107_083558_15r10nk-git_tomli.md | 40 ------------------- pyproject.toml | 2 +- src/inline_snapshot/__init__.py | 2 +- 4 files changed, 9 insertions(+), 42 deletions(-) delete mode 100644 changelog.d/20241107_083558_15r10nk-git_tomli.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 015d4a11..0d62e92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ + +# 0.13.4 — 2024-11-07 + +## Changed + +- use tomli instead of toml (#130) + # 0.13.3 — 2024-09-24 diff --git a/changelog.d/20241107_083558_15r10nk-git_tomli.md b/changelog.d/20241107_083558_15r10nk-git_tomli.md deleted file mode 100644 index ec4c1cee..00000000 --- a/changelog.d/20241107_083558_15r10nk-git_tomli.md +++ /dev/null @@ -1,40 +0,0 @@ - - - - -### Changed - -- use tomli instead of toml (#130) - - - - diff --git a/pyproject.toml b/pyproject.toml index 5f188e23..13017dc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ keywords = [] name = "inline-snapshot" readme = "README.md" requires-python = ">=3.8" -version = "0.13.3" +version = "0.13.4" [project.entry-points.pytest11] inline_snapshot = "inline_snapshot.pytest_plugin" diff --git a/src/inline_snapshot/__init__.py b/src/inline_snapshot/__init__.py index f06c02e6..c49decc9 100644 --- a/src/inline_snapshot/__init__.py +++ b/src/inline_snapshot/__init__.py @@ -8,4 +8,4 @@ __all__ = ["snapshot", "external", "outsource", "customize_repr", "HasRepr"] -__version__ = "0.13.3" +__version__ = "0.13.4"