From 992cc02a180c5133ef13c307f203c9e582161b95 Mon Sep 17 00:00:00 2001 From: India Compliance Bot Date: Sun, 19 Nov 2023 10:42:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.0.1 ## [15.0.1](https://github.com/resilient-tech/india-compliance/compare/v15.0.0...v15.0.1) (2023-11-19) ### Bug Fixes * avoid duplicate payment ledger entries ([4429a8a](https://github.com/resilient-tech/india-compliance/commit/4429a8ae009244d27193e7896c5441162cfcf0b8)) * handle unlink and unreconcile payments ([0677688](https://github.com/resilient-tech/india-compliance/commit/0677688e349cf08bf841d6fb050f6f6e74f5108c)) * preview payment gl with taxes ([2ec277e](https://github.com/resilient-tech/india-compliance/commit/2ec277eda55fbaef2ef2d350aa059379622e039f)) * revert perm check for GST account names ([d64d8cd](https://github.com/resilient-tech/india-compliance/commit/d64d8cd53d49b51e374de2e021454bc2537b738a)) * validate allocated amount in payment entry, fix rounding error in allocation, cancel all references ([21b9351](https://github.com/resilient-tech/india-compliance/commit/21b9351ecb573ab68b16102cd23d9f1f9c226935)) --- india_compliance/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/india_compliance/__init__.py b/india_compliance/__init__.py index d5793afcb..e84bc9e25 100644 --- a/india_compliance/__init__.py +++ b/india_compliance/__init__.py @@ -1 +1 @@ -__version__ = "15.0.0" +__version__ = "15.0.1"