From 2ceaf67fb99fe6c3fde401713af5688cdd8bc8b1 Mon Sep 17 00:00:00 2001 From: India Compliance Bot Date: Sat, 21 Sep 2024 10:59:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.5 ## [14.30.5](https://github.com/resilient-tech/india-compliance/compare/v14.30.4...v14.30.5) (2024-09-21) ### Bug Fixes * better default date for gst balance report ([8dd3afc](https://github.com/resilient-tech/india-compliance/commit/8dd3afc47e0e4ed959e97c72f4cfb6d0595bbea9)) * changed `doctype` column in audit trail report from Link to Data ([1154b68](https://github.com/resilient-tech/india-compliance/commit/1154b68857be484b7042f5e59683afcb323afa1b)) * do not set options for non Autocomplete field ([3fc9087](https://github.com/resilient-tech/india-compliance/commit/3fc90879b07b52f08f3f9d95e7e440b2806616c1)) * fiscal year start-end date in GST Balance ([9ec6f96](https://github.com/resilient-tech/india-compliance/commit/9ec6f961e6658b8ff7fe790d65e32ed601fd4fda)) * manually mark e-Invoice as generated ([915e422](https://github.com/resilient-tech/india-compliance/commit/915e422058ec1eced8c4ddb163266db7daaa8d13)) * resolve conflict ([9d2e7f7](https://github.com/resilient-tech/india-compliance/commit/9d2e7f7fbef956e96e80abd44452765440495029)) * resolve merge conflict in patches.txt ([4aed936](https://github.com/resilient-tech/india-compliance/commit/4aed936f113886b3158ad8c40d197d61a79d75c1)) * update success message ([948f59e](https://github.com/resilient-tech/india-compliance/commit/948f59e9d69c468de8d8fcfd790444537af282e6)) * use `get_gstin_list` function for fetching list of gstins in GSTR1 Report ([1492320](https://github.com/resilient-tech/india-compliance/commit/14923209ef0e57f4247e0d7be45d142b67f50153)) --- 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 b80d5c24d..646f165fc 100644 --- a/india_compliance/__init__.py +++ b/india_compliance/__init__.py @@ -1 +1 @@ -__version__ = "14.30.4" +__version__ = "14.30.5"