commit | 734cf70b432c9ba480e37ea6a8bc0f145b681713 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Aug 17 17:41:09 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Aug 17 17:41:09 2016 +0600 |
tree | 2da60a5150694788d30967809b99e627ee3a301b | |
parent | 6fe3ac49cf0bc5d024267f089abc30b87ecd2a2a [diff] |
bumped to version 7.0.29
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c433ddb..cde4c0e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.28' +__version__ = '7.0.29' def get_default_company(user=None): '''Get default company for user'''