We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca9bc6 commit 8cfe166Copy full SHA for 8cfe166
CHANGES.rst
@@ -1,3 +1,9 @@
1
+Version 0.1.4
2
+
3
+- Added BaseClient class
4
5
+- **BREAKING:** changed BaseConnectionPool to BaeConnectionFactory
6
7
Version 0.1.3
8
-------------
9
django_valkey/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 3)
+VERSION = (0, 1, 4)
__version__ = ".".join(map(str, VERSION))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-valkey"
-version = "0.1.3"
+version = "0.1.4"
license = "BSD-3-Caluse"
description = "a valkey cache and session backend for django"
authors = ["amirreza <amir.rsf1380@gmail.com>"]
0 commit comments