commit | 45cad45420243871607a787ff3d5a1d644771efa | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Jan 13 15:03:56 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Jan 13 15:03:56 2017 +0600 |
tree | 977323e2fd019057f7a0b31171efaa11fabd40cd | |
parent | 90350dfb86eeeced239526d3b75286b1998063bc [diff] [blame] |
bumped to version 7.2.9
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bc7ef57..454503f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.8' +__version__ = '7.2.9' def get_default_company(user=None): '''Get default company for user'''