Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.76.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
frappe-bot committed Nov 13, 2024
1 parent a63a0e0 commit 75d785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.75.2"
__version__ = "14.76.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 75d785f

Please sign in to comment.