commit | 9422f69fdf745a7d0a47d4d6a1c3776fa5016ff2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 18 12:31:53 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 18 12:31:53 2017 +0600 |
tree | a68e41a57a957a5521248301b5b3caff3cc17659 | |
parent | 61ac68384763b01e16f9f55346a05cb451edc281 [diff] |
bumped to version 8.0.29
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8b6609c..f80b7bf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.28' +__version__ = '8.0.29' def get_default_company(user=None): '''Get default company for user'''