From fe4b2e36cc9a2b81b90c6ffad8b55fc4fb4468c1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Jul 2024 07:26:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.12 ## [14.70.12](https://github.com/frappe/erpnext/compare/v14.70.11...v14.70.12) (2024-07-24) ### Bug Fixes * missing cr/dr notes on payment reconciliation ([90ee21f](https://github.com/frappe/erpnext/commit/90ee21f86897c7ec647195929b39f72a52ef00b0)) * remove proprietorship and update it with individual (backport [#42307](https://github.com/frappe/erpnext/issues/42307)) ([8c1f619](https://github.com/frappe/erpnext/commit/8c1f6196b82f024f8f768ee767705b86e9ba89f5)) * set pos data if not return doc ([6ecb064](https://github.com/frappe/erpnext/commit/6ecb064264cd554d95c56dee1e9ed6af271915aa)) * Show the rows in AR/AP report where outstanding equals to 0.01 ([2936988](https://github.com/frappe/erpnext/commit/2936988cc6953ee4e969efedf5fa2f9bbd812c7e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index dc5c059c2e3..c42c444d9ae 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.11" +__version__ = "14.70.12" def get_default_company(user=None):