commit | a1632999913979b6ebb2f49e5ec42c0f01dd5838 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 28 16:31:00 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 28 16:31:00 2016 +0600 |
tree | 0a42c817d6d941b226f343ffd427f12d0d1cbabc | |
parent | acff41ddd284e0d98f71ede50e9ed155f9bdc2d4 [diff] [blame] |
bumped to version 7.0.9
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 120bda7..8c389f9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.8' +__version__ = '7.0.9' def get_default_company(user=None): '''Get default company for user'''