Skip to content

Commit

Permalink
chore(release): Bumped to Version 0.21.0
Browse files Browse the repository at this point in the history
# [0.21.0](v0.20.1...v0.21.0) (2024-03-26)

### Bug Fixes

* make column labels translatable ([6cb0209](6cb0209))
* payment entry (LAN-799) ([9a0171c](9a0171c))

### Features

* **Catch Log Days and Counts:** add column "Water Body Title" (LAN-823) ([5cb0c06](5cb0c06))
* **Catch Log Days and Counts:** extra columns (LAN-823) ([3202bcb](3202bcb))
* **Catch Log Days and Counts:** group by year and water body (LAN-823) ([500dfd7](500dfd7))
* **Catch Log Days and Counts:** multiselect filters (LAN-823) ([b616e56](b616e56))
* **Catch Log Statistics:** add column "Water Body Title" (LAN-823) ([15b69e6](15b69e6))
* **Catch Log Statistics:** multiselect filters (LAN-823) ([9890907](9890907))
* **Catch Log Statistics:** toggle column "Area Name" (LAN-823) ([b8ef330](b8ef330))
* **Catch Log Statistics:** toggle column "Area Name" (LAN-823) ([a24d2df](a24d2df))
* **Catch Log Statistics:** toggle column "Share by foreign org" (LAN-823) ([9592e1b](9592e1b))
* **Catch Log Statistics:** toggle column "Water Body Status" (LAN-823) ([c5848a9](c5848a9))
* remove prices from Stocking Target and -Measure (LAN-813) ([27e92ac](27e92ac))
* **Sales Order:** validate item's validity year (LAN-822) ([a518c6f](a518c6f))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent b85ec31 commit 146ef25
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.20.1"
__version__ = "0.21.0"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit 146ef25

Please sign in to comment.