From db45d278e1fd8259180f04adae393e262eb75060 Mon Sep 17 00:00:00 2001 From: Yousef Date: Tue, 6 Jun 2023 02:20:49 +0200 Subject: [PATCH] Version: 4.4.0 --- README.md | 1 + posawesome/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f50963cb..08300c16 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ 26. Supports Customer and Customer Group price list 27. Supports Sales Person 28. Supports Delivery Charges +29. Search and add items by Batch Number --- diff --git a/posawesome/__init__.py b/posawesome/__init__.py index 7f630e56..d8e69ad7 100644 --- a/posawesome/__init__.py +++ b/posawesome/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = "4.3.2" +__version__ = "4.4.0" def console(*data):