Skip to content

Commit

Permalink
chore(release): Bumped to Version 0.21.5
Browse files Browse the repository at this point in the history
## [0.21.5](v0.21.4...v0.21.5) (2024-05-27)

### Bug Fixes

* avoid calling `.replace()` on `None` (LAN-845) ([efb04f8](efb04f8))
* enqueue daily tasks so they run independently (LAN-845) ([7db74c3](7db74c3))
* **Water Body:** catch and log error (LAN-845) ([2b3c3b8](2b3c3b8))
  • Loading branch information
semantic-release-bot committed May 27, 2024
1 parent efb04f8 commit b133d51
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__ = "0.21.4"
__version__ = "0.21.5"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit b133d51

Please sign in to comment.