commit | ec793b4846cbfdb8f28337fb6b7d9357a85f09e3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jan 09 17:24:10 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jan 09 17:24:10 2017 +0530 |
tree | 35d9622653107bdcd298fdddab3e081283dc6cba | |
parent | 21544ca978f7ab70b1a2b02437cda412ee833f52 [diff] | |
parent | a2fae844b6a5d06902391238fbec341f79f6cb9a [diff] |
Merge branch 'hotfix' of git://github.com/frappe/erpnext into hotfix
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c6a8ea1..3338d3f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.6' +__version__ = '7.2.7' def get_default_company(user=None): '''Get default company for user'''