commit | 1091a2549121e5be58260de7b322fc7932618135 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jun 01 19:39:36 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jun 01 19:39:36 2017 +0600 |
tree | f50aa0f651f7d871f98f58d5265b4cac439213ba | |
parent | 7f2513f7a148c419fd0ab6896556fc1806b09626 [diff] |
bumped to version 8.0.43
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e6f65d0..915d97b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.42' +__version__ = '8.0.43' def get_default_company(user=None):