Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.72.0
Browse files Browse the repository at this point in the history
# [14.72.0](v14.71.0...v14.72.0) (2024-08-14)

### Bug Fixes

* dimensions in common party journal entry ([b73df8f](b73df8f))
* expense causing p&l test case to fail ([a9fa9e8](a9fa9e8))
* force fetch updates for subcription ([f35bc43](f35bc43))
* german translation of exit ([db27dd8](db27dd8))
* ledger entries for pos return with update outstanding for self ([714a432](714a432))
* Maintain same rate on qty change on Quotation to Sales Order ([29449cb](29449cb))
* missing def expense if no exp in first month ([7cd6deb](7cd6deb))
* patch to fix incorrect against_voucher references in ledger ([5473546](5473546))
* pre-commit for better code formatting ([8f19832](8f19832))
* Sort lists before calling itertools.groupby ([29cfb7c](29cfb7c))
* test case for zero deferred expense ([186701b](186701b))
* text color in sales funnel report based on theme ([2509618](2509618))
* typeerror on payment entry ([c4c001b](c4c001b))
* update 'Paid Amount' on forex payment request ([365ef6b](365ef6b))
* warning message for negative stock (backport [#42683](#42683)) ([#42709](#42709)) ([e44daf7](e44daf7))

### Features

* changes in opportunity.py to show contacts and addresses from referenced and opportunities ([8d7e150](8d7e150))
  • Loading branch information
frappe-bot committed Aug 14, 2024
1 parent a5ca5b5 commit 2796aa8
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.71.0"
__version__ = "14.72.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 2796aa8

Please sign in to comment.