Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.5.0
Browse files Browse the repository at this point in the history
# [14.5.0](v14.4.1...v14.5.0) (2025-01-16)

### Bug Fixes

* **Member Data Import:** Address can always be updated ([8ddd3f7](8ddd3f7))
* **Member Data Import:** validate that Address belongs to LANDA Member ([b132ba0](b132ba0))
* save doc only if any value was changed ([5a2d09e](5a2d09e))
* **Yearly Fishing Permit:** improve and translate error message ([41706a1](41706a1))

### Features

* new report LANDA Power Users ([#270](#270)) ([a44f797](a44f797))
  • Loading branch information
alyf-linus committed Jan 16, 2025
1 parent c15dd13 commit 4d77949
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.4.1"
__version__ = "14.5.0"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit 4d77949

Please sign in to comment.