commit | 633698affc0b5b9ada51049dc1f711755b83a630 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Feb 22 15:35:27 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Feb 22 15:35:27 2017 +0600 |
tree | cfebb7c515ca119ce8286c19f2cd8b89dc9d803f | |
parent | 1965949c67c13fbf022b268cde089b9e4534ce97 [diff] [blame] |
bumped to version 7.2.23
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e9be38a..cd1d288 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.22' +__version__ = '7.2.23' def get_default_company(user=None): '''Get default company for user'''