Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.1 #206

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions docs/_static/version_names.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
[
{
"name": "0.1.3 (stable)",
"version": "0.1.3",
"name": "0.3.1 (stable)",
"version": "0.3.1",
"url": "/",
"preferred": true
},
{
"name": "0.3.0",
"version": "0.3.0",
"url": "/0.3.0"
},
{
"name": "0.2.0",
"version": "0.2.0",
"url": "/0.2.0/"
},
{
"name": "0.1.3",
"version": "0.1.3",
"url": "/0.1.3/"
},
{
"name": "0.1.2",
"version": "0.1.2",
Expand All @@ -19,20 +34,5 @@
"name": "0.1.0",
"version": "0.1.0",
"url": "/0.1.0/"
},
{
"name": "0.0.7",
"version": "0.0.7",
"url": "/0.0.7/"
},
{
"name": "0.0.5",
"version": "0.0.5",
"url": "/0.0.5/"
},
{
"name": "0.0.4",
"version": "0.0.4",
"url": "/0.0.4/"
}
]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
project = 'RedisVL'
copyright = '2024, Redis Inc.'
author = 'Redis Applied AI'
version = "0.2.3"
version = '0.3.1'

# The full version, including alpha/beta/rc tags
release = version
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[32m22:33:29\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.0\n"
"\u001b[32m13:33:22\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.1\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisvl"
version = "0.3.0"
version = "0.3.1"
description = "Python client library and CLI for using Redis as a vector database"
authors = ["Redis Inc. <applied.ai@redis.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion redisvl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
Loading