Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.50.0
Browse files Browse the repository at this point in the history
# [14.50.0](v14.49.0...v14.50.0) (2023-11-24)

### Bug Fixes

* don't depreciate non-depreciable assets on scrapping [v14] ([#38294](#38294)) ([5261aba](5261aba))
* partial cancel of gle and ple (backport [#35609](#35609)) ([80bc235](80bc235))
* patch - Duplicate entry quality inspection parameter (backport [#38262](#38262)) ([#38263](#38263)) ([756f08b](756f08b))
* Supplier `Primary Contact` (backport [#38268](#38268)) ([#38285](#38285)) ([f170cb9](f170cb9))

### Features

* add Bank Transaction to connections in Journal and Payment Entry ([#38297](#38297)) ([06c6da5](06c6da5))

### Performance Improvements

* optimize total_purchase_cost update ([a88d322](a88d322))
  • Loading branch information
frappe-bot committed Nov 24, 2023
1 parent 79ded4b commit 436ba6f
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.49.0"
__version__ = "14.50.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 436ba6f

Please sign in to comment.