Skip to content

Commit 8cfe166

Browse files
committedSep 25, 2024·
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

+6
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

+1-1
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

+1-1
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 <amir.rsf1380@gmail.com>"]

0 commit comments

Comments
 (0)
Please sign in to comment.