Skip to content

Commit 6f4f18b

Browse files
committed
0.1.8
1 parent 505e293 commit 6f4f18b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.1.8
2+
-------------
3+
4+
- Added ``AsyncSentinelClient``
5+
6+
- internal bug fix
7+
18
Version 0.1.7
29
-------------
310

django_valkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 7)
1+
VERSION = (0, 1, 8)
22
__version__ = ".".join(map(str, VERSION))
33

44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-valkey"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
license = "BSD-3-Caluse"
55
description = "a valkey cache and session backend for django"
66
authors = ["amirreza <[email protected]>"]

0 commit comments

Comments
 (0)