commit | d7d9cd293860706949283c50935bf156b246ed12 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 25 14:49:50 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 25 14:49:50 2017 +0600 |
tree | e9fdf00f8160b0009a5a9227ec1ac132e41579dd | |
parent | 7e7dc0f25467fe732e9a0d1694bad96700197faa [diff] |
bumped to version 8.0.39
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 235b1b0..f11555f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.38' +__version__ = '8.0.39' def get_default_company(user=None):