diff --git a/RELEASE_v1.2.0.md b/RELEASE_v1.2.1.md similarity index 93% rename from RELEASE_v1.2.0.md rename to RELEASE_v1.2.1.md index cc6cb42..365d86c 100644 --- a/RELEASE_v1.2.0.md +++ b/RELEASE_v1.2.1.md @@ -1,8 +1,12 @@ -# Release v1.2.0 +# Release v1.2.1 ## Release Date 2026-07-27 +## Note on v1.2.0 + +This supersedes v1.2.0, which was tagged and then withdrawn. The repository had immutable releases enabled at the time, so deleting the v1.2.0 release left an immutable tag that could not be recreated or moved. v1.2.1 republishes the same work under a fresh version — there is no code difference between the two beyond this note and the version string. + ## Overview This release adds tooling tracking to the NPD Project Module: a customer-PO tooling order doctype with recovery tracking against payments and invoices, a recovery register report, and Project form integration. diff --git a/npd_project_module/__init__.py b/npd_project_module/__init__.py index c68196d..a955fda 100644 --- a/npd_project_module/__init__.py +++ b/npd_project_module/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/pyproject.toml b/pyproject.toml index cf713dd..fb6e780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,9 @@ dependencies = [ requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" +[tool.bench.frappe-dependencies] +frappe = ">=15.0.0,<17.0.0" + # These dependencies are only installed when developer mode is enabled [tool.bench.dev-dependencies] # package_name = "~=1.1.0"