Skip to content

Commit

Permalink
Set version to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Nov 19, 2018
1 parent a71a2a0 commit a19c030
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
Changelog
=========

UNRELEASED
----------
Version 4.10.0
--------------

Date: 2018-10-19

- Add support and testing for Django 2.1 and Python 3.7. No actual code changes
were required.
- Add support for redis-py 3.0.
- Add touch command.


Version 4.9.1
-------------

Date: 2018-10-19

- Pin redis version to 2.10.6


Version 4.9.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion django_redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

VERSION = (4, 9, 0)
VERSION = (4, 10, 0)
__version__ = '.'.join(map(str, VERSION))


Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-redis documentation
==========================
Andrey Antukh, <niwi@niwi.be>
4.9.0
4.10.0
:toc: left
:numbered:
:source-highlighter: pygments
Expand Down Expand Up @@ -38,7 +38,7 @@ Because:
Supported django-redis versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Supported stable version: *4.9.0*
- Supported stable version: *4.10.0*
How version number is handled
Expand Down

0 comments on commit a19c030

Please sign in to comment.