commit | ce4a0b20abb380ae36595a9562c6a98b6556ef26 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Sat Jan 28 14:44:32 2017 +0600 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Sat Jan 28 14:44:32 2017 +0600 |
tree | 8733cfeb9f1cb3399974752f0c198b7cf3b5a207 | |
parent | 68fd31ca0e16c030281fc1eac2e6644eed34b49a [diff] [blame] |
bumped to version 7.2.18
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb03b5b..360c4c7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.17' +__version__ = '7.2.18' def get_default_company(user=None): '''Get default company for user'''