From 10e25972e177518d3cf6932cae374704fdcf074c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 10 Aug 2023 08:06:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.34.1 ## [14.34.1](https://github.com/frappe/erpnext/compare/v14.34.0...v14.34.1) (2023-08-10) ### Bug Fixes * precision issue while submitting the stock entry (backport [#36575](https://github.com/frappe/erpnext/issues/36575)) ([#36576](https://github.com/frappe/erpnext/issues/36576)) ([d6ebd1b](https://github.com/frappe/erpnext/commit/d6ebd1b6f8e1ceed4245eba75f624a057dece13d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 89ea6e4289b..9db7e24dc39 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.34.0" +__version__ = "14.34.1" def get_default_company(user=None):