Merge branch 'develop'
This commit is contained in:
commit
8dee19e87c
4 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
from __future__ import unicode_literals
|
||||
__version__ = "5.4.1"
|
||||
__version__ = "5.4.2"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ to ERPNext.
|
|||
"""
|
||||
|
||||
app_icon = "octicon octicon-circuit-board"
|
||||
app_version = "5.4.1"
|
||||
app_version = "5.4.2"
|
||||
app_color = "orange"
|
||||
github_link = "https://github.com/frappe/frappe"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ html2text
|
|||
email_reply_parser
|
||||
click
|
||||
num2words
|
||||
watchdog
|
||||
watchdog==0.8.0
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
version = "5.4.1"
|
||||
version = "5.4.2"
|
||||
|
||||
with open("requirements.txt", "r") as f:
|
||||
install_requires = f.readlines()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue