commit | aff2b9479df6ef9ef1221d0fcd908158e3718de8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Jan 17 16:22:25 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Jan 17 16:22:25 2017 +0600 |
tree | 90b6f3c45188aacfd9793dc912608d86bd895486 | |
parent | a987b35b721146d36f74c08faf931a04426649f4 [diff] |
bumped to version 7.2.13
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 86d30e0..90ae743 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.12' +__version__ = '7.2.13' def get_default_company(user=None): '''Get default company for user'''