commit | d0131762cc8dd19175f89d0c538c7463ae00e609 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Thu Oct 26 10:29:22 2017 +0600 |
committer | Saurabh <saurabh6790@gmail.com> | Thu Oct 26 10:29:22 2017 +0600 |
tree | e377dd9871abe1ef2633eb6addbf9a6e260865f2 | |
parent | 97b98b6c01de70c4458e0e4656fec58d381d8966 [diff] |
bumped to version 9.2.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e822fda..84b2b03 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.2.0' +__version__ = '9.2.1' def get_default_company(user=None): '''Get default company for user'''