Skip to content

Commit 07e677f

Browse files
authored
Merge branch 'master' into graph-version
2 parents 535524f + 94e2631 commit 07e677f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
[![GitHub issues](https://img.shields.io/github/release/RedisGraph/redisgraph-py.svg)](https://github.com/RedisGraph/redisgraph-py/releases/latest)
55
[![Codecov](https://codecov.io/gh/RedisGraph/redisgraph-py/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisGraph/redisgraph-py)
66
[![Known Vulnerabilities](https://snyk.io/test/github/RedisGraph/redisgraph-py/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/RedisGraph/redisgraph-py?targetFile=requirements.txt)
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/)
78

89
# redisgraph-py
910
[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redislabs.com/c/modules/redisgraph)
10-
[![Gitter](https://badges.gitter.im/RedisLabs/RedisGraph.svg)](https://gitter.im/RedisLabs/RedisGraph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
11+
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P)
1112

1213
RedisGraph python client
1314

redisgraph/util.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import random
22
import string
33

4+
__all__ = ['random_string', 'quote_string']
5+
46
def random_string(length=10):
57
"""
68
Returns a random N chracter long string.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read_all(f):
1111

1212
setup(
1313
name='redisgraph',
14-
version='2.1.5',
14+
version='2.2.3',
1515
description='RedisGraph Python Client',
1616
long_description=read_all("README.md"),
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)