diff --git a/src/fastwq/constants.py b/src/fastwq/constants.py
index 32654e8..da16b6b 100644
--- a/src/fastwq/constants.py
+++ b/src/fastwq/constants.py
@@ -21,7 +21,7 @@
from .lang import _
-VERSION = 'v1.0.5'
+VERSION = 'v1.0.6'
class Endpoint:
@@ -29,12 +29,15 @@ class Endpoint:
feedback_issue = u'https://github.com/sth2018/FastWordQuery/issues'
feedback_mail = u'sth201807@gmail.com'
check_version = u'sth2018/FastWordQuery'
- user_guide = u'https://sth2018.github.io/FastWordQuery/'
+ user_guide = u'https://sth2018.github.io/FastWordQuery'
class Template:
- tmpl_about = u'{t0}
{version}
{t1}
{url}
{t2}
{feedback0}
{feedback1}'.format(
- t0=_('VERSION'), version=VERSION,
+ tmpl_about = u'''{t0}
{version}
{t1}
+ {url}
{t2}
+ {feedback0}
+ {feedback1}'''.format(
+ t0=_('VERSION'), version=VERSION,
t1=_('REPOSITORY'), url=Endpoint.repository,
t2=_('FEEDBACK'), feedback0=Endpoint.feedback_issue, feedback1=Endpoint.feedback_mail)
- miss_css = u'MDX dictonary {dict} misses css file {css}.
Please choose the file.'
+ miss_css = u'MDX dictonary {dict} misses css file {css}.
Please choose the file.'