chore(release): Bumped to Version 15.33.4

## [15.33.4](https://github.com/frappe/erpnext/compare/v15.33.3...v15.33.4) (2024-08-21)

### Bug Fixes

* incorrect Received Qty Amount in Purchase Order Analysis (backport [#42852](https://github.com/frappe/erpnext/issues/42852)) (backport [#42854](https://github.com/frappe/erpnext/issues/42854)) ([#42856](https://github.com/frappe/erpnext/issues/42856)) ([8d8d84b](8d8d84bae4))
* last purchase rate not updated from purchase invoice (backport [#42847](https://github.com/frappe/erpnext/issues/42847)) (backport [#42853](https://github.com/frappe/erpnext/issues/42853)) ([#42855](https://github.com/frappe/erpnext/issues/42855)) ([9f4cb98](9f4cb98de6))
This commit is contained in:
Frappe PR Bot
2024-08-21 11:08:23 +00:00
parent 8d8d84bae4
commit 9ac665b4bd

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.33.3"
__version__ = "15.33.4"
def get_default_company(user=None):