Skip to content

Commit 034efbc

Browse files
committed
- 1.1.8
1 parent 7bc02b5 commit 034efbc

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

docs/build/changelog.rst

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

55
.. changelog::
66
:version: 1.1.8
7-
:include_notes_from: unreleased
7+
:released: Fri Jul 8 2022
8+
9+
.. change::
10+
:tags: bug, memcached
11+
:tickets: 223, 228
12+
13+
Moved the :paramref:`.MemcacheArgs.dead_retry` argument and the
14+
:paramref:`.MemcacheArgs.socket_timeout` argument which were
15+
erroneously added to the "set_parameters",
16+
where they have no effect, to be part of the Memcached connection
17+
arguments :paramref:`.MemcachedBackend.dead_retry`,
18+
:paramref:`.MemcachedBackend.socket_timeout`.
19+
820

921
.. changelog::
1022
:version: 1.1.7

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.1.7"
77+
release = "1.1.8"
7878

7979

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

docs/build/unreleased/228.rst

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

0 commit comments

Comments
 (0)