commit | 4fead634192f1b71317ac94eb9f16aedbc18b8d3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Sep 21 13:35:26 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Sep 21 13:35:26 2016 +0600 |
tree | f14468c61759fda451b5d5df4742a2bb2ed2fe76 | |
parent | 06131dd0b109ccf045315cc0405f421d05c090d1 [diff] |
bumped to version 7.0.45
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bdfd222..bf4ca7f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.44' +__version__ = '7.0.45' def get_default_company(user=None): '''Get default company for user'''