commit | 475729cefec49ef47d4e5c8ccccbec5c5c3e7911 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu May 24 08:45:12 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu May 24 08:45:12 2018 +0000 |
tree | 3ea1112b2929f9327aae766f740db62abc3d009f | |
parent | f7713ebfa72fcf021046b86594ebd18afdf9f05b [diff] [blame] |
bumped to version 10.1.35
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5aedcdd..a88326d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -5,7 +5,7 @@ from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '10.1.34' +__version__ = '10.1.35' def get_default_company(user=None): '''Get default company for user'''