The first issue faced me when switched to branch version-13-beta
after login got this issue
Invalid version string: '13.0.0.beta.1β
Same issue with me.
itβs worked, thanks.
On bench update
i see this warning when python files compiling.
../apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py:172: SyntaxWarning: "is not" with a literal. Did you mean "!="?
shareholders = [shareholder for shareholder in shareholders if self.get(shareholder) is not '']