chore(release): Bumped to Version 15.31.1

## [15.31.1](https://github.com/frappe/erpnext/compare/v15.31.0...v15.31.1) (2024-07-24)

### Bug Fixes

* incorrect current qty for the batch in stock reco (backport [#42434](https://github.com/frappe/erpnext/issues/42434)) (backport [#42459](https://github.com/frappe/erpnext/issues/42459)) ([#42463](https://github.com/frappe/erpnext/issues/42463)) ([4bae419](4bae4194ab))
This commit is contained in:
Frappe PR Bot
2024-07-24 14:00:57 +00:00
parent 4bae4194ab
commit 2de69e2b12

View File

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