From 92adcaed43368f08279a9ca418f22b6e37bf5e95 Mon Sep 17 00:00:00 2001 From: "St.Huang" Date: Tue, 18 Sep 2018 15:06:57 +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 3362a48..ba3c59e 100644 --- a/addons/fastwq/constants.py +++ b/addons/fastwq/constants.py @@ -23,7 +23,7 @@ from .lang import _ __all__ = ['VERSION', 'Endpoint', 'Template'] -VERSION = 'v1.3.1' +VERSION = 'v1.3.2' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery' diff --git a/addons21/fastwq/constants.py b/addons21/fastwq/constants.py index 3362a48..ba3c59e 100644 --- a/addons21/fastwq/constants.py +++ b/addons21/fastwq/constants.py @@ -23,7 +23,7 @@ from .lang import _ __all__ = ['VERSION', 'Endpoint', 'Template'] -VERSION = 'v1.3.1' +VERSION = 'v1.3.2' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery'