commit | 39f4130a0aae997c8b7877aacdf1b15609f540c1 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jun 15 13:59:40 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jun 15 13:59:40 2017 +0600 |
tree | 29063f2a7c15df4d42687b665c2a386a6c9a57b5 | |
parent | 428e5b7172fc5a705a5526b12c4b7b47f6a99304 [diff] |
bumped to version 8.0.49
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 452b9e8..a466446 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.48' +__version__ = '8.0.49' def get_default_company(user=None):