From 87c0417e22f54bf7659629b2f9dfde7048ea194e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 2 Jul 2023 05:49:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.28.1 ## [14.28.1](https://github.com/frappe/erpnext/compare/v14.28.0...v14.28.1) (2023-07-02) ### Bug Fixes * reposting has not changed valuation rate ([cec3cde](https://github.com/frappe/erpnext/commit/cec3cdec6609379394cb1d740e9f5a45f3d416bf)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cd4d37676ee..c75c205d37a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.28.0" +__version__ = "14.28.1" def get_default_company(user=None):