commit | 8872842edff2fd4109b1990bc6e528e5693fe9a7 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 19:05:18 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 19:05:18 2016 +0600 |
tree | 73d1c62ff738fa0ed0b329e58caa626175206f2f | |
parent | 7791ed845f62a9b1ac038406d6bfa42328906bd8 [diff] [blame] |
bumped to version 7.0.61
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 32b86b2..920a600 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.60' +__version__ = '7.0.61' def get_default_company(user=None): '''Get default company for user'''