commit | 9afee28c36ff08caa03a2f2326751815d1a5bceb | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Sep 01 12:38:30 2016 +0530 |
committer | GitHub <noreply@github.com> | Thu Sep 01 12:38:30 2016 +0530 |
tree | 72069b611102f02d4b0b2a37e439cf49d873f7ac | |
parent | c7be851bf81a535864239e83bf27f43641028229 [diff] | |
parent | 86f143863fd9f0786fe83a5038b970b4782306ce [diff] |
Merge pull request #6243 from rohitwaghchaure/timesheet_issue [Patch] Check table exist
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'''