From cc6bacb1902b1a9b603ba91ebfb2309386c9d7b1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 Apr 2024 14:22:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.67.0 # [14.67.0](https://github.com/frappe/erpnext/compare/v14.66.4...v14.67.0) (2024-04-10) ### Bug Fixes * Get pro-rata depr amount based on correct days ([10d7600](https://github.com/frappe/erpnext/commit/10d760089e3ad44859c89dac2250c296c68dc764)) * group warehouse added in the stock reconciliation ([9dea6d3](https://github.com/frappe/erpnext/commit/9dea6d3393c6f02feed666e05d3ae792bee2afc1)) * ignore dimension validation for cancelled entries ([9745724](https://github.com/frappe/erpnext/commit/9745724d413d65ff533654a4a2a66d8ddae892a9)) * incorrect currency symbol in General Ledger print ([5896e75](https://github.com/frappe/erpnext/commit/5896e755bf3cf9e5b4385699b6ddfc7cef852b4f)) * incorrect operator causing incorrect validation ([7e1ab75](https://github.com/frappe/erpnext/commit/7e1ab75b382d18d8453d59c496f20641567851de)) * query_report.trigger_refresh is not a function ([a6145fa](https://github.com/frappe/erpnext/commit/a6145fa13c7dc6d5334cef7aeb9d712c2c9f4c27)) * translatable web footer ([#40834](https://github.com/frappe/erpnext/issues/40834)) ([b55d859](https://github.com/frappe/erpnext/commit/b55d8597e8dffee0412c3806f76b99ac1920e35c)) * use reference type name to update exc rate ([09cda60](https://github.com/frappe/erpnext/commit/09cda60bdf11444bb05d6ec8968deffee59559f7)) ### Features * ledger health doctype ([b667a02](https://github.com/frappe/erpnext/commit/b667a024709ce70851eaf308ff48e6550e9c07af)) * new hook `fields_for_group_similar_items` to group additional fields for print formats ([#40831](https://github.com/frappe/erpnext/issues/40831)) ([0172880](https://github.com/frappe/erpnext/commit/0172880fd3a20a4a6a07685c208bbb5d1df7afd9)) ### Performance Improvements * memory consumption for the Batch-Wise Balance History report ([3165682](https://github.com/frappe/erpnext/commit/3165682d7a6efb73b1123998417ef0356c276bd2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 09803b97019..4901e265147 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.66.4" +__version__ = "14.67.0" def get_default_company(user=None):