chore(release): Bumped to Version 13.35.1

## [13.35.1](https://github.com/frappe/erpnext/compare/v13.35.0...v13.35.1) (2022-07-08)

### Bug Fixes

* Use fallback conversion factor while setting incoming rate for petty purchase ([bac8546](bac854628f))
This commit is contained in:
Frappe PR Bot
2022-07-08 10:20:30 +00:00
parent 45799f51b3
commit be3b010b44

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.35.0"
__version__ = "13.35.1"
def get_default_company(user=None):