commit | 18480bdc237224e33241d6348d5115e81c78a88c | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Aug 10 18:49:14 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Aug 10 18:49:14 2016 +0600 |
tree | 9810d4d8d027816763c1481a30a2e2adc55627e6 | |
parent | 4b08f9ad1f636ef4497b87fd94bed657403fcc7d [diff] [blame] |
bumped to version 7.0.25
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a16d792..c6fd27d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.24' +__version__ = '7.0.25' def get_default_company(user=None): '''Get default company for user'''