chore(release): Bumped to Version 15.31.2

## [15.31.2](https://github.com/frappe/erpnext/compare/v15.31.1...v15.31.2) (2024-07-27)

### Bug Fixes

* dynamic condition in the pricing rule not working (backport [#42467](https://github.com/frappe/erpnext/issues/42467)) (backport [#42495](https://github.com/frappe/erpnext/issues/42495)) ([#42496](https://github.com/frappe/erpnext/issues/42496)) ([334c4d0](334c4d0676))
This commit is contained in:
Frappe PR Bot
2024-07-27 05:38:30 +00:00
parent 334c4d0676
commit 4b66fcad64

View File

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