commit | 1cc2d7403b74c4364bbf30f8d34ecc28bb6bc3ec | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 20 12:09:46 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 20 12:09:46 2016 +0600 |
tree | 13f1b05e41e518bc78184286da2bb36b333e974f | |
parent | 778c1a022d0a6f6fc6f3e4aed4358d9f533d9e39 [diff] |
bumped to version 7.1.27
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index debf4bf..84660b6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.26' +__version__ = '7.1.27' def get_default_company(user=None): '''Get default company for user'''