Skip to content

Commit 75d785f

Browse files
committed
chore(release): Bumped to Version 14.76.0
# [14.76.0](v14.75.2...v14.76.0) (2024-11-13) ### Bug Fixes * Drop Shipping address based on customer shopping address ([ea38a1f](ea38a1f)) * exception on register reports when filtered on cost center ([599581e](599581e)) * NoneType while updating ordered_qty in SO for removed items ([1446aa3](1446aa3)) * populate payment schedule from payment terms (backport [#44082](#44082)) ([#44084](#44084)) ([6b149f5](6b149f5)) * subcontracting receipt has no reference field for purchase order ([b1e205f](b1e205f)) * task path (backport [#44073](#44073)) ([#44077](#44077)) ([c12d5f6](c12d5f6)) * tyeerror while saving pick list ([d73cc83](d73cc83)) * update per_billed value in Purchase Receipt while creating Debit Note ([#43977](#43977)) ([da6c6dc](da6c6dc)) ### Features * Partly billed status in Purchase Receipt ([#39543](#39543)) ([3e2fa16](3e2fa16))
1 parent a63a0e0 commit 75d785f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import frappe
55

6-
__version__ = "14.75.2"
6+
__version__ = "14.76.0"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)