commit | 9b4690995e6a67c4f07312f608e129ac404adee2 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Wed Jun 21 13:47:12 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Wed Jun 21 13:47:12 2017 +0600 |
tree | 6adbe4b0be64c35ffa3015580222737de29f089b | |
parent | 2c67b0133583a976742d275256d56069b16a7c67 [diff] |
bumped to version 8.0.51
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a6b5b72..8ba4eef 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.50' +__version__ = '8.0.51' def get_default_company(user=None):