commit | 4180a3777301bdb767d228e96ccfd4f6a2f110cf | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Jan 10 13:00:09 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Jan 10 13:00:09 2017 +0600 |
tree | 825e2f1feacfc8c785d534cabeb78a2ad3b71eb6 | |
parent | a7f616564ed8d43c827eb8f898e8975a48a6e51c [diff] |
bumped to version 7.2.8
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3338d3f..bc7ef57 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.7' +__version__ = '7.2.8' def get_default_company(user=None): '''Get default company for user'''