commit | c8a25b6dac40e0e42dd8047125556fe550fc7868 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 23 18:18:42 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 23 18:18:42 2017 +0600 |
tree | 385aea9dcfecba072707edda95a7f81eeb3fe3e9 | |
parent | 724cc354212d673e14c2ae8b92cf84eaf07ab54f [diff] [blame] |
bumped to version 8.0.36
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ca5cf9a..ad827e5 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.35' +__version__ = '8.0.36' def get_default_company(user=None):