commit | 2bb9093b9a4ff74f7b73d426915f5094c1489e66 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jan 09 17:27:10 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jan 09 17:27:10 2017 +0600 |
tree | 213eae45ea063a3a7e73b1843494a4182fa968b9 | |
parent | f0c41b5709938273a2ce0fbbe630eb403e90bd4a [diff] [blame] |
bumped to version 7.2.7
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'''