Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.3.0
Browse files Browse the repository at this point in the history
# [14.3.0](v14.2.2...v14.3.0) (2024-09-23)

### Bug Fixes

* require write access for records linked in Address or Contact (LAN-858) ([039b974](039b974))
* use doc.company address in Sales Invoice print (LAN-858) ([d33c04b](d33c04b))

### Features

* **Catch Log Statistics:** group by fish species (LAN-854) ([f5ebe5c](f5ebe5c))
* new print format "Zahlungsbeleg" (LAN-849) ([452e2a3](452e2a3))
  • Loading branch information
alyf-linus committed Sep 23, 2024
1 parent 452e2a3 commit b5d3ef7
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.2"
__version__ = "14.3.0"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit b5d3ef7

Please sign in to comment.