commit | f83302836cbd73fce279a1d92303ebf27782ff4e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Nov 17 17:11:51 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Nov 17 17:11:51 2016 +0600 |
tree | 7623df307511e3494574946810f5c994f25ca62e | |
parent | bd99a7cb5de20c6a34cdf0728e2ceafae47d0bd1 [diff] |
bumped to version 7.1.15
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fab544f..b9846c8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.14' +__version__ = '7.1.15' def get_default_company(user=None): '''Get default company for user'''