Skip to content

Commit 8cfe166

Browse files
committed
0.1.4
1 parent 5ca9bc6 commit 8cfe166

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.1.4
2+
3+
- Added BaseClient class
4+
5+
- **BREAKING:** changed BaseConnectionPool to BaeConnectionFactory
6+
17
Version 0.1.3
28
-------------
39

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, 3)
1+
VERSION = (0, 1, 4)
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.3"
3+
version = "0.1.4"
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)