Skip to content

Commit

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

.. changelog::
:version: 1.1.8
:include_notes_from: unreleased
:released: Fri Jul 8 2022

.. change::
:tags: bug, memcached
:tickets: 223, 228

Moved the :paramref:`.MemcacheArgs.dead_retry` argument and the
:paramref:`.MemcacheArgs.socket_timeout` argument which were
erroneously added to the "set_parameters",
where they have no effect, to be part of the Memcached connection
arguments :paramref:`.MemcachedBackend.dead_retry`,
:paramref:`.MemcachedBackend.socket_timeout`.


.. changelog::
:version: 1.1.7
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.7"
release = "1.1.8"


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

This file was deleted.

0 comments on commit 034efbc

Please sign in to comment.