From 8f2421ea7dcaba4cffd4fc5da66499fb4f487bc9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Jul 2022 21:21:03 -0400 Subject: - 1.1.7 --- docs/build/changelog.rst | 11 ++++++++++- docs/build/conf.py | 2 +- docs/build/unreleased/223.rst | 8 -------- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 docs/build/unreleased/223.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 12aa20d..671a389 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 diff --git a/docs/build/conf.py b/docs/build/conf.py index b2d0ca2..1176fd8 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -74,7 +74,7 @@ copyright = "2011-2022 Mike Bayer" # 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 diff --git a/docs/build/unreleased/223.rst b/docs/build/unreleased/223.rst deleted file mode 100644 index 391acc2..0000000 --- a/docs/build/unreleased/223.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. 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()``. -- cgit v1.2.1