Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.35.2
Browse files Browse the repository at this point in the history
## [13.35.2](v13.35.1...v13.35.2) (2022-07-12)

### Bug Fixes

* components in the same table don't get updated value of prev payment-days based component ([01beb6f](01beb6f))
* conflicts ([2045df1](2045df1))
* Incorrect provisional expense booking while reposting ([d182137](d182137))
* timeout error while reposting ([07b80c2](07b80c2))
* Use Contact Name instead of Supplier in RFQ Email ([b0e17de](b0e17de))
* Use fallback conversion factor while setting incoming rate for petty purchase ([2a432c2](2a432c2))
* Validate payment-days-based dependent component ([a28c7cf](a28c7cf))
  • Loading branch information
frappe-bot committed Jul 12, 2022
1 parent 36566c1 commit 751fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.35.1"
__version__ = "13.35.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 751fbd6

Please sign in to comment.