commit | 911e9caa43fa6606a76bb5acf15fe3507620de67 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Sep 05 16:13:48 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Sep 05 16:13:48 2016 +0600 |
tree | c29ef5d0bccd8ed0d020eecddc76e35b1e78cd91 | |
parent | b239a0995123449ce34a1948ba78d59cabe31645 [diff] |
bumped to version 7.0.39
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8177c29..6018a4c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.38' +__version__ = '7.0.39' def get_default_company(user=None): '''Get default company for user'''