commit | edfca16931e5157925f97b1bc07ff66ede32a6b4 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 28 14:52:54 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 28 14:52:54 2016 +0600 |
tree | bd8a88999ba2a2d1ac2da0185041679ef69ab960 | |
parent | 50a240e7588be01383571e39bcd85968101ece45 [diff] |
bumped to version 7.1.20
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ddaa155..85ac910 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.19' +__version__ = '7.1.20' def get_default_company(user=None): '''Get default company for user'''