Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.1.0
Browse files Browse the repository at this point in the history
# [14.1.0](v14.0.7...v14.1.0) (2024-08-30)

### Bug Fixes

* disable reset_workspace method ([d881c6b](d881c6b))
* **Workspace:** don't check for outdated field ([906c2d7](906c2d7))

### Features

* **Catch Log Days and Counts:** fishing area restricts water body ([a90b021](a90b021))
  • Loading branch information
alyf-linus committed Aug 30, 2024
1 parent d881c6b commit f82d22a
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.0.7"
__version__ = "14.1.0"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit f82d22a

Please sign in to comment.