mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +00:00
chore: update version (#1138)
* chore: update version * chore: use dev version on develop branch * chore: move develop branch check before imports
This commit is contained in:
parent
8a7a532a45
commit
4c627e4531
@ -1,4 +1,4 @@
|
|||||||
VERSION = "5.2.1"
|
VERSION = "5.0.0-dev"
|
||||||
PROJECT_NAME = "frappe-bench"
|
PROJECT_NAME = "frappe-bench"
|
||||||
FRAPPE_VERSION = None
|
FRAPPE_VERSION = None
|
||||||
|
|
||||||
|
@ -87,6 +87,9 @@ def safe_decode(string, encoding = 'utf-8'):
|
|||||||
|
|
||||||
|
|
||||||
def check_latest_version():
|
def check_latest_version():
|
||||||
|
if bench.VERSION.endswith("dev"):
|
||||||
|
return
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
from semantic_version import Version
|
from semantic_version import Version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user