Skip to content

Commit caf0f2c

Browse files
committed
chore(release): Bumped to Version 14.85.10
## [14.85.10](v14.85.9...v14.85.10) (2025-05-27) ### Bug Fixes * incorrect status in the serial no ([#47740](#47740)) ([d37b12f](d37b12f)) * incorrect valuation rate due to positive qty (backport [#47686](#47686)) ([#47687](#47687)) ([d5d4b3a](d5d4b3a)) * only include advances within the tcs period ([43aeff3](43aeff3)) * patch to rename group_by filter in custom reports (backport [#47709](#47709)) ([#47729](#47729)) ([70bcfb4](70bcfb4)) * rate changing while making PR (negative discount) (backport [#40539](#40539)) ([#47735](#47735)) ([70e6ea6](70e6ea6)) * remove public access to list items (backport [#45838](#45838)) ([5d9be73](5d9be73)) * skip last purchase rate for free item (backport [#47693](#47693)) ([#47695](#47695)) ([1f1cb33](1f1cb33)) * validation message format (backport [#47542](#47542)) ([#47549](#47549)) ([792f3af](792f3af))
1 parent 1cfb002 commit caf0f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import frappe
55

6-
__version__ = "14.85.9"
6+
__version__ = "14.85.10"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)