Skip to content

Commit d37a0a9

Browse files
committed
0.1.3
1 parent 5e5628c commit d37a0a9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.1.3
2+
-------------
3+
4+
- Moved some method implementation out of BaseConnectionFactory class
5+
6+
- added a guide to use the base classes
7+
8+
19
Version 0.1.2
210
-------------
311

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, 2)
1+
VERSION = (0, 1, 3)
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.2"
3+
version = "0.1.3"
44
license = "BSD-3-Caluse"
55
description = "a valkey backend for django, forked from django-redis"
66
authors = ["amirreza <amir.rsf1380@gmail.com>"]

0 commit comments

Comments
 (0)