Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.2.1
Browse files Browse the repository at this point in the history
## [14.2.1](v14.2.0...v14.2.1) (2024-09-06)

### Bug Fixes

* fill NaN values from divison by zero ([8787e61](8787e61))
  • Loading branch information
alyf-linus committed Sep 6, 2024
1 parent 8787e61 commit 09ec7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "14.2.0"
__version__ = "14.2.1"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit 09ec7e5

Please sign in to comment.