commit | a282c13d845c86193fa8cf07ea02ed1c6cf7e181 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 16 14:09:41 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 16 14:09:41 2017 +0600 |
tree | da37f2a0d750f3948c03971fdeb03942a96b4be6 | |
parent | a689432a6ededddf2dcbfee67cdc8a5b17cdb875 [diff] |
bumped to version 8.0.27
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6f73741..7046172 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.26' +__version__ = '8.0.27' def get_default_company(user=None): '''Get default company for user'''