commit | aad8527ff31319491f83ebaba67365060c8c1b87 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 23 17:00:17 2016 +0530 |
committer | GitHub <noreply@github.com> | Fri Dec 23 17:00:17 2016 +0530 |
tree | 94448f72ebcf5a3eb7363a838d9530f9c1d8b662 | |
parent | 5a3f421453a27dc0ef2b2b34bc618a3fdf69f842 [diff] |
Update __init__.py
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 37e9b20..61f819d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.0-beta' +__version__ = '7.1.29' def get_default_company(user=None): '''Get default company for user'''