commit | b6f33c7c4fc56f16f5b444534e9dabf99ca75d15 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Sep 01 12:56:11 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Sep 01 12:56:11 2016 +0600 |
tree | 37e3dcf9257fdc8a18e411436796e40af60786be | |
parent | bb2bceef62da843b4f11c8f128ec44fd0b3e88ef [diff] |
bumped to version 7.0.35
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 93b058e..78f5352 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.34' +__version__ = '7.0.35' def get_default_company(user=None): '''Get default company for user'''