commit | de745e1df6c90fcf36d7aedb36e01fb4bc55507b | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 14:42:47 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 14:42:47 2016 +0600 |
tree | d5fe26fbdfadb37bc60b97288456f523a03f337a | |
parent | 77dd190cc83b28939bf45823bc3da1f237760c5b [diff] |
bumped to version 7.0.12
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4470592..b689967 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.11' +__version__ = '7.0.12' def get_default_company(user=None): '''Get default company for user'''