From f10f3725c93535d5880905c3720e06e91ae32627 Mon Sep 17 00:00:00 2001 From: India Compliance Bot Date: Thu, 2 Nov 2023 13:41:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.19.1 ## [14.19.1](https://github.com/resilient-tech/india-compliance/compare/v14.19.0...v14.19.1) (2023-11-02) ### Bug Fixes * UI changes in E-Invoice and E-waybill ([#1231](https://github.com/resilient-tech/india-compliance/issues/1231)) ([17f7d38](https://github.com/resilient-tech/india-compliance/commit/17f7d384036a83a2653b943131dbe821c0a4a2d5)) * use company name to create address in setup wizard ([7334461](https://github.com/resilient-tech/india-compliance/commit/7334461b56d5ccedc1af2d493e4d2cec66622932)) * variable declaration in e_waybill_actions ([5e4a56f](https://github.com/resilient-tech/india-compliance/commit/5e4a56f80a596ce92b953d9c8b6e3bdaa78ee7a4)) --- 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 ee27388854..1cfd59604f 100644 --- a/india_compliance/__init__.py +++ b/india_compliance/__init__.py @@ -1 +1 @@ -__version__ = "14.19.0" +__version__ = "14.19.1"