From 2c865bcd49553d5c442c9521047592853d6c7c79 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 20 Nov 2024 08:37:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.77.0 # [14.77.0](https://github.com/frappe/erpnext/compare/v14.76.0...v14.77.0) (2024-11-20) ### Bug Fixes * added test cases ([5fa4fd8](https://github.com/frappe/erpnext/commit/5fa4fd88251cf1baccee0712ef8e2739a3ab0c5b)) * apply posting date sorting to invoices in Payment Reconciliation similar to payments ([cc9b22c](https://github.com/frappe/erpnext/commit/cc9b22ce9f337e37dec400905533b1ce7ca8872d)) * backport german translations from develop ([#44046](https://github.com/frappe/erpnext/issues/44046)) ([c23868a](https://github.com/frappe/erpnext/commit/c23868a14dec4959b8676decdfad90a72987e24c)) * broken apply on other item pricing rule ([f03e301](https://github.com/frappe/erpnext/commit/f03e301250d2e5726155e024ccd1b4b45a32b6c1)) * broken UI on currency exchange ([36898f6](https://github.com/frappe/erpnext/commit/36898f67970a4b9c258b36d95798a25e3e4b58d4)) * check if pricing rule matches with coupon code ([#44104](https://github.com/frappe/erpnext/issues/44104)) ([24b5b3c](https://github.com/frappe/erpnext/commit/24b5b3c8e014a186a60512f609f8811e64e78424)) * correctly set 'cannot_add_rows' property on allocations table field ([137ef78](https://github.com/frappe/erpnext/commit/137ef78d96c29fff05e2042921f9f6a3b4f5eba6)) * disable conversion to user tz for sales order calender ([356da69](https://github.com/frappe/erpnext/commit/356da691795edba97e744fa027df4c4dbb5ebc1b)) * Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue ([33e835c](https://github.com/frappe/erpnext/commit/33e835c4d32276922a27d75ced8cf5fa95bc2c58)) * linters ([c3e2ff2](https://github.com/frappe/erpnext/commit/c3e2ff2fa5724797f414655d2341f826f6593486)) * non group pos warehouse ([ec40131](https://github.com/frappe/erpnext/commit/ec40131d4d992f345dbb1edc298307282647e33d)) * payment reco for jv with negative dr or cr amount ([23fb4f3](https://github.com/frappe/erpnext/commit/23fb4f348f10e72a888b4293930692d6e73a67c8)) * remove trailing whitespace ([1019d98](https://github.com/frappe/erpnext/commit/1019d98c5a83211d5277fb4ff446d39fa5343bbd)) * set conversion factor before applying price list ([e09f101](https://github.com/frappe/erpnext/commit/e09f101336c9c111b196f11cf70d722aa7a6442f)) * set default party type in Payment Entry ([f3cbbef](https://github.com/frappe/erpnext/commit/f3cbbef346759b17b832f26fa11f4515ecb91fc2)) * stock ledger variance report filter options (backport [#44137](https://github.com/frappe/erpnext/issues/44137)) ([#44149](https://github.com/frappe/erpnext/issues/44149)) ([f871f08](https://github.com/frappe/erpnext/commit/f871f08f4790461ae11cc794e87fb05a8c1a6fba)) * validate sales team to ensure all sales person are enabled ([bd0f11e](https://github.com/frappe/erpnext/commit/bd0f11ef4f621460c97e296f18147c27fa486bf8)) ### Features * new DocTypes "Code List" and "Common Code" (backport [#43425](https://github.com/frappe/erpnext/issues/43425)) ([#44172](https://github.com/frappe/erpnext/issues/44172)) ([a7de8c1](https://github.com/frappe/erpnext/commit/a7de8c1143fb9d30784f6f058c6bcab6ff426c88)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 95993250641..0a874dca2ca 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.76.0" +__version__ = "14.77.0" def get_default_company(user=None):