commit | 36a0c5c5646ff837f1477dbb2bdf23c700da5443 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Jun 09 16:29:12 2016 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Jun 09 16:29:46 2016 +0530 |
tree | ce66fdd4834ab8ddf56b930d436083a5c5efb3ee | |
parent | 6125abc495b99b12b7ac764d98905790aaef860a [diff] [blame] |
[fix] change in versioning: store __version__ in __init__.py
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 60bec4f..3ef27a4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -1 +1,4 @@ -from erpnext.__version__ import __version__ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +__version__ = '6.27.22'