commit | 711e675987b0b50761122497244b0d704157ce61 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Nov 27 17:54:49 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Fri Nov 27 17:54:49 2015 +0600 |
tree | f6fa4bdc2a9d6861bc07243d6154ce519878a88f | |
parent | 5b03a75970b92b0c761f3bf9720c05f8deffdb90 [diff] [blame] |
bumped to version 6.11.2
diff --git a/setup.py b/setup.py index a3bf6ea..196214c 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.11.1" +version = "6.11.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()