From 0079bd282eca17501e2a7b3ad5684916a05b0bcc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Nov 2024 15:25:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.77.3 ## [14.77.3](https://github.com/frappe/erpnext/compare/v14.77.2...v14.77.3) (2024-11-27) ### Bug Fixes * correct placeholder index in message ([d7e6b0e](https://github.com/frappe/erpnext/commit/d7e6b0e1b76db4c296f26c11ae3c67e9f8600b3a)) * added Stock UOM field for RM in work order (backport [#44185](https://github.com/frappe/erpnext/issues/44185)) ([#44236](https://github.com/frappe/erpnext/issues/44236)) ([ee647f2](https://github.com/frappe/erpnext/commit/ee647f2381b2849fb26b5b555eaf3438bc4897ee)) * billed qty and received amount in PO analysis report (backport [#44349](https://github.com/frappe/erpnext/issues/44349)) ([#44353](https://github.com/frappe/erpnext/issues/44353)) ([6aebe98](https://github.com/frappe/erpnext/commit/6aebe98020d196fa4c1afd46985d1d520661d6e9)) * change asset status correctly ([841df3b](https://github.com/frappe/erpnext/commit/841df3b1ce131e4e6edfc7f8b6f4aaa99fcb4396)) * Get submitted documents in validate_for_closed_fiscal_year ([b9efeeb](https://github.com/frappe/erpnext/commit/b9efeeb71a5fdfb283caee92287b485b65960088)) * gp for return invoice ([6e56343](https://github.com/frappe/erpnext/commit/6e563438bd2c5ef187cb86c38b3340db44ab62c6)) * include current invoice amount when tax_on_excess_amount is checked ([071adcf](https://github.com/frappe/erpnext/commit/071adcf291b540b34e7ea3bef1cb1cead9745eea)) * incorrect GL entry on sale of fully depreciated asset ([cc5ada1](https://github.com/frappe/erpnext/commit/cc5ada194ead2267917a02a7ccc301f1aee8829d)) * make free qty round on large transaction qty ([2eb7002](https://github.com/frappe/erpnext/commit/2eb70026ae9d7176d9114874bffdbeafd8317f02)) * patch ([#44191](https://github.com/frappe/erpnext/issues/44191)) ([3643c60](https://github.com/frappe/erpnext/commit/3643c60c6788e626bb43453e43c56e923399bb46)) * test case ([7eafe7f](https://github.com/frappe/erpnext/commit/7eafe7f853806ed0e82c30969898198539bfd1ea)) * unify company address query in sales transactions (backport [#44361](https://github.com/frappe/erpnext/issues/44361)) ([#44366](https://github.com/frappe/erpnext/issues/44366)) ([fef7cfb](https://github.com/frappe/erpnext/commit/fef7cfb888bd976b3b8596bc867dc5cd0aff1e52)) * update gross profit for returned invoices ([0eb5e00](https://github.com/frappe/erpnext/commit/0eb5e001e10123698646a5b332b3e08af857eba7)) * Used `Fiscal Dates` instead of year's `Start` and `End` dates ([4f806f9](https://github.com/frappe/erpnext/commit/4f806f9a72f7b08f23a2c1ba31342d873f451148)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 824eb3ea8d8..24a3c70b362 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.77.2" +__version__ = "14.77.3" def get_default_company(user=None):