Skip to content

Commit c18c397

Browse files
committed
Set version to 4.9.0
1 parent 38272f2 commit c18c397

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Changelog
22
=========
33

4-
UNRELEASED
5-
----------
4+
Version 4.9.0
5+
-------------
6+
7+
Date: 2018-03-01
68

79
- Add testing and support for Django 2.0. No actual code changes were required.
810
- Escape `KEY_PREFIX` and `VERSION` when used in glob expressions.
@@ -15,6 +17,7 @@ UNRELEASED
1517
- Fix `add()` with a negative timeout to not store key (it is immediately
1618
invalid).
1719
- Remove support for Django < 1.11.
20+
- Add support for atomic incr if key is not set.
1821

1922

2023
Version 4.8.0

django_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (4, 8, 0)
3+
VERSION = (4, 9, 0)
44
__version__ = '.'.join(map(str, VERSION))
55

66

0 commit comments

Comments
 (0)