ERPNext version V12

Which is the stable version for production for erpnext ? Currently which version is present in V12 either V12.1.2 or V12.1.3 and which is the branch ?

V11.xx and V12.xx both are stable versions…
V12.1.2 or V12.1.3 are containing updates, bug fixes, and some features…
depends on your need you choose the version.

Both V11 and V12 are good :slight_smile:

1 Like

Where do you see 12.1.3 ? on GitHub the latest is 12.1.2 :slight_smile:

Thank you :slight_smile:

Ok Thank you :slight_smile:

its about erpnext 12.1.3

If you know the commands to update frappe and erpnext from V 11 to V12 master ?
Can you share those commands …

The way that I did it was to simply use bench switch-to-master version12 - the update process will show you everything you need to know.

There is an error at one moment and a patch you must use but you can find the details in the article here where version 12 is announced.

ok sure i wil try it and i will let you know for any issues :slight_smile:

bench switch-to-master version12
Usage: bench switch-to-master [OPTIONS]
Try “bench switch-to-master --help” for help.

Error: Got unexpected extra argument (version12)

Switching to Version 12

$ bench switch-to-branch version-12 frappe erpnext --upgrade
$ bench update

these are the commands right ??