Skip to content

Commit e746b3c

Browse files
committed
- 1.3.1
1 parent 29f86e1 commit e746b3c

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/build/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Changelog
44

55
.. changelog::
66
:version: 1.3.1
7-
:include_notes_from: unreleased
7+
:released: Wed Feb 7 2024
8+
9+
.. change::
10+
:tags: usecase, redis
11+
12+
Added new parameter :paramref:`.RedisBackend.username` to the Redis
13+
backend, and :paramref:`.RedisSentinelBackend.username` to the Redis
14+
Sentinel backend. These parameters allow for username authentication in
15+
Redis when RBAC is enabled. Pull request courtesy Takashi Kajinami.
816

917
.. changelog::
1018
:version: 1.3.0

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = dogpile.__version__
7676
# The full version, including alpha/beta/rc tags.
77-
release = "1.3.0"
77+
release = "1.3.1"
7878

7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/251.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)