commit | 71a730a36feacd4cc24ec974a20217fdcda4369f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jan 16 13:34:53 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jan 16 13:34:53 2017 +0600 |
tree | 1a4a827eb473e95cedca33ad38fce52258cbec4e | |
parent | 47bdf8b6598112a642582b35d1a1dc36e6ecb0c9 [diff] |
bumped to version 7.2.12
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0083ceb..86d30e0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.11' +__version__ = '7.2.12' def get_default_company(user=None): '''Get default company for user'''