Skip to content

Commit b427ba8

Browse files
committed
doc:update
1 parent b32ce43 commit b427ba8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ jobs:
5353
matrix:
5454
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.2.4" ]
5555
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
56-
redis-py: [ "4.3.6", "4.6.0", "5.0.6", "5.1.0b6" ]
56+
redis-py: [ "4.3.6", "4.6.0", "5.0.7", "5.1.0b6" ]
5757
include:
5858
- python-version: "3.11"
5959
redis-image: "redis/redis-stack:6.2.6-v13"
60-
redis-py: "5.0.6"
60+
redis-py: "5.0.7"
6161
extra: true # json, bf, lupa, cf
6262
hypothesis: true
6363
- python-version: "3.11"
6464
redis-image: "redis/redis-stack-server:7.2.0-v9"
65-
redis-py: "5.0.6"
65+
redis-py: "5.0.7"
6666
extra: true # json, bf, lupa, cf
6767
coverage: true
6868
hypothesis: true

docs/about/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ description: Change log of all fakeredis releases
99

1010
- Documented how to use fakeredis with FastAPI. @ sjjessop #292
1111

12+
## v2.23.3
13+
14+
### 🐛 Bug Fixes
15+
16+
- Fix ttl for empty stream #313
1217

1318
## v2.23.2
1419

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "fakeredis"
88
packages = [
99
{ include = "fakeredis" },
1010
]
11-
version = "2.23.2"
11+
version = "2.23.3"
1212
description = "Python implementation of redis API, can be used for testing purposes."
1313
readme = "README.md"
1414
keywords = ["redis", "RedisJson", "tests", "redis-stack"]

0 commit comments

Comments
 (0)