From 643189a0cecc1efe6577fa01e9ada716873ed2f3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Mar 2024 14:48:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.16.1 ## [15.16.1](https://github.com/frappe/erpnext/compare/v15.16.0...v15.16.1) (2024-03-06) ### Bug Fixes * batch no not copied while making Material Consumption entry (backport [#40290](https://github.com/frappe/erpnext/issues/40290)) (backport [#40300](https://github.com/frappe/erpnext/issues/40300)) ([#40303](https://github.com/frappe/erpnext/issues/40303)) ([f21918d](https://github.com/frappe/erpnext/commit/f21918d06c93b0ff48247e51af238d450583f774)) * not able to cancel purchase receipt for old subcontracting flow (backport [#40298](https://github.com/frappe/erpnext/issues/40298)) (backport [#40302](https://github.com/frappe/erpnext/issues/40302)) ([#40305](https://github.com/frappe/erpnext/issues/40305)) ([3814c5a](https://github.com/frappe/erpnext/commit/3814c5a54a5af923be27038f141ae93c7ca32516)) * stock ledger balance qty for the batch (backport [#40274](https://github.com/frappe/erpnext/issues/40274)) (backport [#40301](https://github.com/frappe/erpnext/issues/40301)) ([#40304](https://github.com/frappe/erpnext/issues/40304)) ([539eb79](https://github.com/frappe/erpnext/commit/539eb794c034c5705159545e420c39da266f2a3c)) * use serial batch fields for subcontracting receipt (backport [#40311](https://github.com/frappe/erpnext/issues/40311)) (backport [#40315](https://github.com/frappe/erpnext/issues/40315)) ([#40316](https://github.com/frappe/erpnext/issues/40316)) ([e357497](https://github.com/frappe/erpnext/commit/e357497bcb681b1509f8652b5bbc67262c5db9af)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0c08efb9657..ea146f78849 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.16.0" +__version__ = "15.16.1" def get_default_company(user=None):