From 5d1317923a0f831a82349e9e535f97f414220eba Mon Sep 17 00:00:00 2001 From: Phuong Nguyen Date: Thu, 21 Nov 2024 15:42:44 +0200 Subject: [PATCH] fix: Semantic release version_variables for uv.lock --- pyproject.toml | 1 + uv.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a27273..4330053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,7 @@ version_toml = [ ] version_variables = [ "django2pydantic/__init__.py:__version__", + "uv.lock:\"django2pydantic\"\\nversion", ] [tool.semantic_release.branches.main] diff --git a/uv.lock b/uv.lock index 0d57b5e..da46dd9 100644 --- a/uv.lock +++ b/uv.lock @@ -407,7 +407,7 @@ wheels = [ [[package]] name = "django2pydantic" -version = "0.1.0" +version = "0.0.4" source = { editable = "." } [package.dev-dependencies]