Skip to content

Commit

Permalink
- 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jul 6, 2022
1 parent 1de93aa commit 8f2421e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
11 changes: 10 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ Changelog

.. changelog::
:version: 1.1.7
:include_notes_from: unreleased
:released: Tue Jul 5 2022

.. change::
:tags: usecase, memcached
:tickets: 223

Added :paramref:`.MemcacheArgs.dead_retry` and
:paramref:`.MemcacheArgs.socket_timeout` to the dictionary of
additional keyword arguments that will be passed
directly to ``GenericMemcachedBackend()``.

.. changelog::
:version: 1.1.6
Expand Down
2 changes: 1 addition & 1 deletion docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = dogpile.__version__
# The full version, including alpha/beta/rc tags.
release = "1.1.6"
release = "1.1.7"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
8 changes: 0 additions & 8 deletions docs/build/unreleased/223.rst

This file was deleted.

0 comments on commit 8f2421e

Please sign in to comment.