From 9045f8c6df1f6dba71de3410bf04f05ca0273ef8 Mon Sep 17 00:00:00 2001 From: "St.Huang" Date: Sun, 19 Aug 2018 21:05:47 +0800 Subject: [PATCH] version number --- addons/fastwq/constants.py | 2 +- addons21/fastwq/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/fastwq/constants.py b/addons/fastwq/constants.py index cd3d1a5..3050a9b 100644 --- a/addons/fastwq/constants.py +++ b/addons/fastwq/constants.py @@ -23,7 +23,7 @@ from .lang import _ __all__ = ['VERSION', 'Endpoint', 'Template'] -VERSION = 'v1.2.6' +VERSION = 'v1.2.7' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery' diff --git a/addons21/fastwq/constants.py b/addons21/fastwq/constants.py index cd3d1a5..3050a9b 100644 --- a/addons21/fastwq/constants.py +++ b/addons21/fastwq/constants.py @@ -23,7 +23,7 @@ from .lang import _ __all__ = ['VERSION', 'Endpoint', 'Template'] -VERSION = 'v1.2.6' +VERSION = 'v1.2.7' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery'