From 8c34f44f6218d37e10f610b0e8d7008932391aaa Mon Sep 17 00:00:00 2001 From: India Compliance Bot Date: Tue, 2 Jul 2024 06:32:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.9.1 ## [15.9.1](https://github.com/resilient-tech/india-compliance/compare/v15.9.0...v15.9.1) (2024-07-02) ### Bug Fixes * added web template and patch ([8622623](https://github.com/resilient-tech/india-compliance/commit/862262337f9af50796dc46afa3d2677757e9374d)) * migrate values to new field ([3ca9b0e](https://github.com/resilient-tech/india-compliance/commit/3ca9b0e90abac22a4ba9d9e55694971ebb43fa5f)) * patch, and delete old web template ([b0fffb5](https://github.com/resilient-tech/india-compliance/commit/b0fffb5e74d58fbe8f61e79a2633636f7bb4ecab)) * **print:** rename field ([79d9bf1](https://github.com/resilient-tech/india-compliance/commit/79d9bf1d3f8632e02a12ccd0e7fa4ad8441db937)) * remove hsn codes not valid as per e-Invoice portal ([#2304](https://github.com/resilient-tech/india-compliance/issues/2304)) ([a0e7922](https://github.com/resilient-tech/india-compliance/commit/a0e79222840cb1d34b5ebfb033161274c9a25c66)) * return if no gst accounts in advance payment tax reversal ([c021181](https://github.com/resilient-tech/india-compliance/commit/c0211813308569df5599a4486a08e4a3fdde345b)) * round taxes in last taxable item ([752a029](https://github.com/resilient-tech/india-compliance/commit/752a02983ac9763a5dd0c68b40c5cc63101f4563)) * show validity date section only if date is availbale in IC Page ([ed6fbb9](https://github.com/resilient-tech/india-compliance/commit/ed6fbb92ae34ca4bdd66c9e12b06b0d4eed0910e)) --- 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 dbf91f968..7d98e33f8 100644 --- a/india_compliance/__init__.py +++ b/india_compliance/__init__.py @@ -1 +1 @@ -__version__ = "15.9.0" +__version__ = "15.9.1"