commit | b579fd7ada605f40c8b53429cc2a27389e984ca2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 11 17:36:56 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 11 17:36:56 2017 +0600 |
tree | 57b689bd92e2c42e29f6ad908d82b4596fcfcf97 | |
parent | 4f5ad50ecf2410686633d1f169d3181c64ab1336 [diff] |
bumped to version 8.0.25
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 693c9be..b378f21 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.24' +__version__ = '8.0.25' def get_default_company(user=None): '''Get default company for user'''