commit | 8590d5b05d012774079a13a5ad54df0445a7e4c8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Apr 25 15:00:50 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 25 15:00:50 2017 +0600 |
tree | 84414f6f646931907387d486acec0ba3898c66e1 | |
parent | 66951e528f9dd0844441ff59936de5c5d835c0a1 [diff] [blame] |
bumped to version 8.0.17
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1065d6b..734c8e8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.16' +__version__ = '8.0.17' def get_default_company(user=None): '''Get default company for user'''