From 028ae5b34ff558da436155814bc9f2fc83ea08a6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Jan 2024 11:59:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.4 ## [15.10.4](https://github.com/frappe/erpnext/compare/v15.10.3...v15.10.4) (2024-01-23) ### Bug Fixes * added button to make serial / batch from Purchase Invoice ([96e1db8](https://github.com/frappe/erpnext/commit/96e1db80ac0d864d6454b6c3ad45ff8e6994b222)) * auto create serial no on scan ([ca93f67](https://github.com/frappe/erpnext/commit/ca93f671df5f31468c2d39bdc0f500fe0860a525)) * duplicate name error while making variant ([b649c50](https://github.com/frappe/erpnext/commit/b649c50eccc3280168a7a69523d1aac829f4f71a)) * key error during reposting ([b4981f8](https://github.com/frappe/erpnext/commit/b4981f8816071eaab346801e60aaf7ea850fa787)) * linting issue ([86f3f62](https://github.com/frappe/erpnext/commit/86f3f62e009ff1aae0979c8f084ad55046b06ae2)) * party field in pdf html ([9a08349](https://github.com/frappe/erpnext/commit/9a0834987cae93428f5daa813d09c19262fd0ad0)) * set unallocated amount after base tax ([74613c7](https://github.com/frappe/erpnext/commit/74613c7fe822f06448ea8595a048390b58c8f5bb)) * UOM needs to be whole number not being checked in quotations ([c7d5857](https://github.com/frappe/erpnext/commit/c7d58570144da48c993f76140f12f2f72b1e2b43)) * use most reliable section reference per report line ([b388adc](https://github.com/frappe/erpnext/commit/b388adcb2e49a96a2233c29de42ac274be0b2113)) * UX improvements for Serial and Batch Bundle ([c761459](https://github.com/frappe/erpnext/commit/c76145985d0962272756814ecbdb12bf2c68a6ab)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4e99c5e0a8..c16a517a1c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.10.3" +__version__ = "15.10.4" def get_default_company(user=None):