commit | 08e2105b096c613fe496657352941b73b6a36cda | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Aug 09 16:00:31 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Aug 09 16:00:31 2016 +0600 |
tree | 8ef4376a623f8f499dfc13154b821f4a19fe5222 | |
parent | 11d565b07cb38374182795736ae957386d5c840b [diff] [blame] |
bumped to version 7.0.23
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1d1dca9..f5b5ca3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.22' +__version__ = '7.0.23' def get_default_company(user=None): '''Get default company for user'''