From 01c155cde1db2578e1d0debbc8d9c94bab753f39 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Wed, 18 Oct 2023 13:18:14 -0400 Subject: [PATCH] chore:update version --- docs/about/changelog.md | 2 +- poetry.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index a16d2a55..fd89af3a 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -9,7 +9,7 @@ description: Change log of all fakeredis releases ### 🚀 Features -- Implement BITFIELD command +- Implement BITFIELD command #247 ## v2.19.0 diff --git a/poetry.lock b/poetry.lock index ea2d93dc..c7abea44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1686,13 +1686,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index 2f47894f..51b60fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "fakeredis" packages = [ { include = "fakeredis" }, ] -version = "2.19.0" +version = "2.20.0" description = "Python implementation of redis API, can be used for testing purposes." readme = "README.md" keywords = ["redis", "RedisJson", "tests", "redis-stack"]