commit | acc32fe7f7c7beb93b4b5675163a8532a1fea15c | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Aug 14 12:51:37 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Fri Aug 14 12:51:37 2015 +0600 |
tree | a5ebc7a9d057eaf5a9e5e403ba41629a516dd886 | |
parent | 487454e817a405f8c785800a3d69e29d4c8d61d9 [diff] [blame] |
bumped to version 5.6.2
diff --git a/setup.py b/setup.py index 9945b71..7cb9c20 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.6.1" +version = "5.6.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()