commit | f2c374f524ddb781715cdd89f1af98e5d7f038e4 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 30 23:22:38 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 30 23:22:38 2017 +0600 |
tree | 28edfbc7f8425fdff6cb58e272081f94c21fe4ee | |
parent | 9a342c6401cdf9d478d4289e7bdd293aec6275dc [diff] [blame] |
bumped to version 8.0.42
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 641b9b6..e6f65d0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.41' +__version__ = '8.0.42' def get_default_company(user=None):