From 36c4890d9d1e159488bd6f8f30f80f94a1da3a16 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 21 Feb 2022 10:19:01 +0100 Subject: [PATCH 1/2] feat(setup.py): increase cubicweb max version to 3.35.x --- cubicweb_elasticsearch/__pkginfo__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py index 6ed026c..71ee4e1 100644 --- a/cubicweb_elasticsearch/__pkginfo__.py +++ b/cubicweb_elasticsearch/__pkginfo__.py @@ -14,7 +14,8 @@ description = "Simple ElasticSearch indexing integration for CubicWeb" web = "https://forge.extranet.logilab.fr/cubicweb/cubes/%s" % distname __depends__ = { - "cubicweb": ">= 3.28.0, < 3.35.0", + "cubicweb": ">= 3.28.0, < 3.36.0", + "six": ">= 1.4.0", "cwtags": None, "elasticsearch": ">=7.0.0,<8.0.0", "elasticsearch-dsl": ">=7.0.0,<8.0.0", -- GitLab From 206d3e35c00f87b6ec08c88f1702430eaceabfa4 Mon Sep 17 00:00:00 2001 From: Katia Saurfelt Date: Tue, 8 Feb 2022 16:59:55 +0100 Subject: [PATCH 2/2] chore: version 0.11.2 --- cubicweb_elasticsearch/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py index 71ee4e1..341838a 100644 --- a/cubicweb_elasticsearch/__pkginfo__.py +++ b/cubicweb_elasticsearch/__pkginfo__.py @@ -4,7 +4,7 @@ modname = "elasticsearch" distname = "cubicweb-elasticsearch" -numversion = (0, 11, 1) +numversion = (0, 11, 2) version = ".".join(str(num) for num in numversion) license = "LGPL" -- GitLab