commit | 38bfcaa203276fb023b67eb427cfee486ff2a9a6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Nov 16 13:25:59 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Nov 16 13:25:59 2016 +0600 |
tree | 996c9782a3fe8aca6a1775f69eb4edee6f82c9f0 | |
parent | 00e841d744b120d04bb445c2d8ab2398e2afff4a [diff] |
bumped to version 7.1.13
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a92e105..d0fec44 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.12' +__version__ = '7.1.13' def get_default_company(user=None): '''Get default company for user'''