From 96cb08dba8056e54ed10597668bdf411f2281fc6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 4 Oct 2024 03:04:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.3 ## [14.74.3](https://github.com/frappe/erpnext/compare/v14.74.2...v14.74.3) (2024-10-04) ### Bug Fixes * add company filter in Warehouse wise Item Balance Age and Value ([3cb8502](https://github.com/frappe/erpnext/commit/3cb85028d00e75368e3a561611b290e4810dd4f1)) * adjustmen entry for stock reco ([57925a1](https://github.com/frappe/erpnext/commit/57925a1315353ec2c5f2b1d251cbaffa80d38fc4)) * conflicts ([02ce528](https://github.com/frappe/erpnext/commit/02ce52850189493cb37a8eef4389c9cea1fb712f)) * **Dunning:** logic for fetching text (backport [#43160](https://github.com/frappe/erpnext/issues/43160)) ([#43489](https://github.com/frappe/erpnext/issues/43489)) ([31ecdb2](https://github.com/frappe/erpnext/commit/31ecdb21040f6ccb3d22dd47adcfade6f96ccc4b)) * Fix API endpoint for Frankfurter ([1c0843c](https://github.com/frappe/erpnext/commit/1c0843caeeff69e67b92de994ed71a739f3ea5dd)) * patch to update Currency Exchange Settings for `frankfurter.app` ([b4706db](https://github.com/frappe/erpnext/commit/b4706db816768d386f1c213ae588f0effd09fd41)) * set margin fields for purchase documents when updating items ([97edadf](https://github.com/frappe/erpnext/commit/97edadfc4b4d41567110ab75f57d7d06de0bbc86)) * Stock Ledger Invariant Check report ([4426384](https://github.com/frappe/erpnext/commit/44263842f53e15ebaeb726bec64a764034cb2554)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b704e1c7c30..126ac6de490 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.2" +__version__ = "14.74.3" def get_default_company(user=None):