From 3299e3805090b6327cd0c8f526389a8b8f2ddc4a Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Mon, 1 Dec 2025 23:22:52 -0800 Subject: [PATCH] update release function to perate on upstream and remove dynamic versioning --- justfile | 2 +- pyproject.toml | 2 +- uv.lock | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index 294fb41..424c868 100644 --- a/justfile +++ b/justfile @@ -238,4 +238,4 @@ validate_version VERSION: release VERSION: @just validate_version v{{ VERSION }} git tag -s v{{ VERSION }} -m "{{ VERSION }} Release" - git push origin v{{ VERSION }} + git push upstream v{{ VERSION }} diff --git a/pyproject.toml b/pyproject.toml index de446ed..ac62e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "django-polymorphic" -dynamic = ["version"] +version = "4.2.0" description = "Seamless polymorphic inheritance for Django models." readme = "README.md" license = "BSD-3-Clause" diff --git a/uv.lock b/uv.lock index d8445b9..17e43e6 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.10, <4.0" resolution-markers = [ "python_full_version >= '3.11'", @@ -555,6 +555,7 @@ wheels = [ [[package]] name = "django-polymorphic" +version = "4.2.0" source = { editable = "." } dependencies = [ { name = "django" },