From 4389100fa1ec134eb121de275d88d0f1c9d1ec59 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Apr 2022 10:46:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.27.0 # [13.27.0](https://github.com/frappe/erpnext/compare/v13.26.0...v13.27.0) (2022-04-19) ### Bug Fixes * Depreciation Amount calculation for first row when Monthly Depreciation is allowed ([#30692](https://github.com/frappe/erpnext/issues/30692)) ([9cf790d](https://github.com/frappe/erpnext/commit/9cf790db9d81e809e34fd2c6ec8c3f63b29e3de2)) * Do not show disabled dimensions in reports ([46d773d](https://github.com/frappe/erpnext/commit/46d773df5dc6547319a162f78917566d4c4e39ce)) * Exchange gain and loss on advance jv allocation ([9c5f841](https://github.com/frappe/erpnext/commit/9c5f8415bf1bd29bf34d32f49ad4c0b84ed68a6e)) * Map correct company to PO made via Prod Plan (subcontract) ([44be67e](https://github.com/frappe/erpnext/commit/44be67e6ddf7556b6b929b6381675b7919d1c074)) * Map Production Plan company in subassembly WO created from it ([f604101](https://github.com/frappe/erpnext/commit/f604101feabaeb1766bcb3d0376d22352f124c64)) * **patch:** check if column is present while fixing reverse linking (backport [#30737](https://github.com/frappe/erpnext/issues/30737)) ([#30739](https://github.com/frappe/erpnext/issues/30739)) ([38002e3](https://github.com/frappe/erpnext/commit/38002e3fe265c91664c31a9dc4ab8fac9cb01631)) * Payment reco query with max invocie and payment amount limit ([4008c95](https://github.com/frappe/erpnext/commit/4008c95ac6afc3b06a0a602e3f469db61e1f0453)) * Price changing on creating Sales retrun from Delivery Note ([93fe840](https://github.com/frappe/erpnext/commit/93fe840844081c60ce88d8fc1621fe260463657a)) * process statement to_date override ([378d15d](https://github.com/frappe/erpnext/commit/378d15d388ae9cac7a5f897af83c99605403503a)) * Remove "Values Out of Sync" validation (backport [#30707](https://github.com/frappe/erpnext/issues/30707)) ([#30718](https://github.com/frappe/erpnext/issues/30718)) ([fb9d640](https://github.com/frappe/erpnext/commit/fb9d640d8b161ccdee091f1ce9838a32b30ea23e)) * Update token to allow updates on protected branch ([2a29aef](https://github.com/frappe/erpnext/commit/2a29aefb1935f33aa16273a2924fc38a553f7f84)) * update translation ([#30716](https://github.com/frappe/erpnext/issues/30716)) ([fb127da](https://github.com/frappe/erpnext/commit/fb127da489786658d68ee5f3be888623d2f5c38b)) ### Features * Item-wise provisional accounting for service items ([5776881](https://github.com/frappe/erpnext/commit/5776881f34d8cc44dae6f05cdb87a010843dcf96)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b34176ed34a..42fdb0df5df 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.26.0" +__version__ = "13.27.0" def get_default_company(user=None): """Get default company for user"""