From 3566a8adc64051fb3cfb9c62993ae182c5bd0b6c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 7 Apr 2024 10:40:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.19.2 ## [15.19.2](https://github.com/frappe/erpnext/compare/v15.19.1...v15.19.2) (2024-04-07) ### Bug Fixes * depr amount pro rata and related tests ([e41d23d](https://github.com/frappe/erpnext/commit/e41d23d26c86a0da5b3aefef11437ff563e8546f)) * Get pro-rata amount based on correct days ([f229282](https://github.com/frappe/erpnext/commit/f229282754591223e0eb3f2ef9ed1c580cef4da1)) * pro-rata amount for straight line method ([e71f334](https://github.com/frappe/erpnext/commit/e71f33425c8c01e6d9e1adc0471b0dc5d791a8e3)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8ae32fdd555..07a3df68e88 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.19.1" +__version__ = "15.19.2" def get_default_company(user=None):