summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build/changelog.rst11
-rw-r--r--docs/build/conf.py2
-rw-r--r--docs/build/unreleased/223.rst8
3 files changed, 11 insertions, 10 deletions
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()``.