commit | 819c50c042698e03e2118aea2704f63add334ebd | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Oct 26 15:05:33 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Oct 26 15:05:33 2017 +0600 |
tree | 5b02f0ee1694bd64718d86390cbb0cf3015f264a | |
parent | 6887cedaeaeea8998bc968d4eef467202fd36463 [diff] [blame] |
bumped to version 9.2.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 84b2b03..b245f56 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.2.1' +__version__ = '9.2.2' def get_default_company(user=None): '''Get default company for user'''