commit | ea77b63b4a2e97cc8ffc758373c6149f504bb4eb | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jun 22 13:40:58 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jun 22 13:40:58 2017 +0600 |
tree | 097dc41d698217f5f108b8ff06c4f3c9a33d25a6 | |
parent | 79d36c7c43185e4f18c429acf5820dc79aaccd1b [diff] [blame] |
bumped to version 8.1.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f65e5f3..a8c7a42 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.51' +__version__ = '8.1.0' def get_default_company(user=None):