commit | a162b3f0cd38cebdea6a051d574e256eeecacf14 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 05 17:48:11 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 05 17:48:11 2016 +0600 |
tree | f92062bdbd7235df2b69ff5f8803723e4847d31f | |
parent | 2f163ef360cfb74670a2762dcc90d0528f4f3e16 [diff] |
bumped to version 7.0.55
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 03c30a1..ceb8ca2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.54' +__version__ = '7.0.55' def get_default_company(user=None): '''Get default company for user'''