From 610f74ca62596c0406f1a98e6a3074670312b340 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Sep 2024 14:59:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.73.1 ## [14.73.1](https://github.com/frappe/erpnext/compare/v14.73.0...v14.73.1) (2024-09-04) ### Bug Fixes * adjust price insertion logic for internal suppliers/customers ([#42988](https://github.com/frappe/erpnext/issues/42988)) ([3912c68](https://github.com/frappe/erpnext/commit/3912c688ac044a6f0026d329b7195315b94d261f)) * default fiscal year in report v14 ([#42960](https://github.com/frappe/erpnext/issues/42960)) ([9db7f7b](https://github.com/frappe/erpnext/commit/9db7f7b033c5045ab54f0158e45e956aab945655)) * Discount and taxes in return document should follow the reference document (backport [#41911](https://github.com/frappe/erpnext/issues/41911)) ([#42573](https://github.com/frappe/erpnext/issues/42573)) ([c55f8e3](https://github.com/frappe/erpnext/commit/c55f8e3388944cf734105796fe50bd4e4974c0eb)) * indentation ([e8cfb4d](https://github.com/frappe/erpnext/commit/e8cfb4d60284a45b771ee180a43beeb52c6cad19)) * removed extra filter condition ([db319f9](https://github.com/frappe/erpnext/commit/db319f95f1ea8b3920800b7e0a48440bda8c6c08)) * resolve gl entries duplication in asset purchase workflow ([#41845](https://github.com/frappe/erpnext/issues/41845)) ([b3c9697](https://github.com/frappe/erpnext/commit/b3c9697b7c534c84e2e17896e464fc2b8b636d27)) * retain date filter when redirecting in Profit and Loss report ([c87f2d2](https://github.com/frappe/erpnext/commit/c87f2d2f7c049f06039a2baa80b76ed846bd053b)) * set up filters for dimensions ([450b3f3](https://github.com/frappe/erpnext/commit/450b3f338e73c0a8735ae0a5b228775426d2bed8)) * typeerror on Payment Entry ([dda4002](https://github.com/frappe/erpnext/commit/dda4002da4b5779401b0f5f15f9956cee8d91e72)) * typerror on default_currency ([22b283d](https://github.com/frappe/erpnext/commit/22b283d4a873de82a616dd799a284a08cad9be68)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b3dc3ed629e..d51e47284a5 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.73.0" +__version__ = "14.73.1" def get_default_company(user=None):