commit | 79c5ee0a653374d4e6b6422533b82b36d8e310be | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Feb 27 15:01:10 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Feb 27 15:01:10 2017 +0600 |
tree | 2016500c33b8d0f86238c24796eba0e4c149373e | |
parent | afd0d086a715051e575f58704caaceb349750af3 [diff] |
bumped to version 7.2.24
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cd1d288..ca6ffba 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.23' +__version__ = '7.2.24' def get_default_company(user=None): '''Get default company for user'''