Version-13-beta Bugs

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’

image

Same issue with me.

@Akram_Mutaher, @alkuhlani Fixed!

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 '']