commit | 10de98c0beb1fbb0ce9707f55ac8b06ecc0b01e9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 09 16:15:45 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Dec 09 16:15:45 2016 +0600 |
tree | 65090c8323a5ba96c1376af31ee7045e848d6441 | |
parent | 00ae31bd1c6b05873a28e5998a1f194cc1de7d98 [diff] [blame] |
bumped to version 7.1.23
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b54ba59..97ab934 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.22' +__version__ = '7.1.23' def get_default_company(user=None): '''Get default company for user'''