chore(release): Bumped to Version 14.61.1

## [14.61.1](https://github.com/frappe/erpnext/compare/v14.61.0...v14.61.1) (2024-01-23)

### Bug Fixes

* linting issue ([6895b74](6895b74ecc))
* party field in pdf html ([a19b41d](a19b41d8c8))
* set unallocated amount after base tax ([f7ba736](f7ba7361ca))
* UOM needs to be whole number not being checked in quotations ([55c9cc3](55c9cc3f26))
* use most reliable section reference per report line ([3bdff18](3bdff18467))
This commit is contained in:
Frappe PR Bot
2024-01-23 11:54:25 +00:00
parent f8f3c917d2
commit 26ca27a431

View File

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