Skip to content

Commit

Permalink
Release 0.3.7 (#251)
Browse files Browse the repository at this point in the history
Release version 0.3.7 of RedisVL.
  • Loading branch information
tylerhutcherson authored Dec 3, 2024
1 parent 2ab5cb8 commit 468ecd4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
9 changes: 7 additions & 2 deletions docs/_static/version_names.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{
"name": "0.3.6 (stable)",
"version": "0.3.6",
"name": "0.3.7 (stable)",
"version": "0.3.7",
"url": "/",
"preferred": true
},
{
"name": "0.3.6",
"version": "0.3.6",
"url": "/0.3.6/"
},
{
"name": "0.3.5",
"version": "0.3.5",
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@

# -- Project information -----------------------------------------------------

from redisvl.version import __version__

project = 'RedisVL'
copyright = '2024, Redis Inc.'
author = 'Redis Applied AI'
version = '4'
version = __version__

# 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[32m11:14:08\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.6\n"
"\u001b[32m13:59:20\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.7\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.6"
version = "0.3.7"
description = "Python client library and CLI for using Redis as a vector database"
authors = ["Redis Inc. <[email protected]>"]
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.6"
__version__ = "0.3.7"

0 comments on commit 468ecd4

Please sign in to comment.