Merge branch 'develop'

This commit is contained in:
Anand Doshi 2015-08-14 17:53:09 +05:30
commit 8dee19e87c
4 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = "5.4.1"
__version__ = "5.4.2"

View file

@ -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"

View file

@ -28,4 +28,4 @@ html2text
email_reply_parser
click
num2words
watchdog
watchdog==0.8.0

View file

@ -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()