From 85dca8b24faa340570a3c58161bca8c8566cda9d Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 29 Sep 2021 13:45:37 +0300 Subject: [PATCH 1/3] s/RedisLabs/Redis/ in select places --- LICENSE | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 5570da6..c257ba5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Redis Labs +Copyright (c) 2018, Redis All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index d73f436..8b3049c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisGraph/redisgraph-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisGraph/redisgraph-py/alerts/) # redisgraph-py -[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redislabs.com/c/modules/redisgraph) +[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum..com/c/modules/redisgraph) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P) RedisGraph python client diff --git a/pyproject.toml b/pyproject.toml index 8b527bb..68b9484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisgraph" version = "2.4.0" description = "RedisGraph Python Client" -authors = ["RedisLabs "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.md" keywords = ["Redis", "Graph"] From f4981b24588e7900145739b726e52ffe28eb0532 Mon Sep 17 00:00:00 2001 From: Roi Lipman Date: Thu, 30 Sep 2021 08:49:35 +0300 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68b9484..fe43b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisgraph" version = "2.4.0" description = "RedisGraph Python Client" -authors = ["Redis "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.md" keywords = ["Redis", "Graph"] From 7e32a5daa252e4d11f9ccf35981d7523595484f3 Mon Sep 17 00:00:00 2001 From: Roi Lipman Date: Thu, 30 Sep 2021 08:49:56 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3049c..4a26174 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisGraph/redisgraph-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisGraph/redisgraph-py/alerts/) # redisgraph-py -[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum..com/c/modules/redisgraph) +[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redis.com/c/modules/redisgraph) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P) RedisGraph python client