commit | 9fdf2a8bfe9de319c0ca8dacc68cc4e228566b27 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Dec 21 19:04:08 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Mon Dec 21 19:04:08 2015 +0600 |
tree | bd76375678b3a4aeb2bb43af52357a45fbd4fecf | |
parent | f773f1f539502d176aa62d78024db50ba27a1d06 [diff] [blame] |
bumped to version 6.14.0
diff --git a/setup.py b/setup.py index 6c091db..91b1bf7 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages from pip.req import parse_requirements -version = "6.13.1" +version = "6.14.0" requirements = parse_requirements("requirements.txt", session="") setup(