commit | 82446bf83e24a31792880a67a0232165c10cd80a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Aug 05 17:15:14 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Aug 05 17:15:14 2016 +0600 |
tree | 4359f2a0e9f2c8d80fcd0791319e07016db32fc2 | |
parent | c72f8976aaa2d7c6e2fa0f36a9c19f1c44046d08 [diff] [blame] |
bumped to version 7.0.19
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f4f4532..153a289 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.18' +__version__ = '7.0.19' def get_default_company(user=None): '''Get default company for user'''