Skip to content

Commit

Permalink
Version: 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yrestom committed Jun 6, 2023
1 parent cba6d0a commit db45d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
2 changes: 1 addition & 1 deletion posawesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals
import frappe

__version__ = "4.3.2"
__version__ = "4.4.0"


def console(*data):
Expand Down

0 comments on commit db45d27

Please sign in to comment.