Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 19, 2024
1 parent a057834 commit dbeb0b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
redis-image: [ "redis:6.2.13", "redis:7.0.12", "redis:7.2.2" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.1", "5.1.0b2" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.1", "5.1.0b3" ]
include:
- python-version: "3.11"
redis-image: "redis/redis-stack:6.2.6-v10"
Expand Down
6 changes: 5 additions & 1 deletion docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ description: Change log of all fakeredis releases

## v2.20.2

### 🐛 Bug Fixes

- Fix XREAD blocking bug #274 #275

### 🧰 Maintenance

- Support for redis-py 5.1.0b1
- Improve `@testtools.run_test_if_redispy_ver`
- Improve `@testtools.run_test_if_redispy_ver`

## v2.20.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "fakeredis"
packages = [
{ include = "fakeredis" },
]
version = "2.20.1"
version = "2.20.2"
description = "Python implementation of redis API, can be used for testing purposes."
readme = "README.md"
keywords = ["redis", "RedisJson", "tests", "redis-stack"]
Expand Down

0 comments on commit dbeb0b4

Please sign in to comment.