summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-01-26 13:25:06 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-01-26 13:25:06 -0500
commit4edf679e8b48f4244f982f61ac3f6eede9b48666 (patch)
treeb5042b501a4800a131ed6c279474e706349b52eb
parenta2e25bc743a48d91705d944e52aa667ebff10943 (diff)
downloaddogpile-cache-4edf679e8b48f4244f982f61ac3f6eede9b48666.tar.gz
- 1.1.2rel_1_1_2
-rw-r--r--docs/build/changelog.rst23
-rw-r--r--docs/build/conf.py2
-rw-r--r--docs/build/unreleased/101.rst8
-rw-r--r--docs/build/unreleased/134.rst11
4 files changed, 23 insertions, 21 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 578c9e8..4e42a2d 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,7 +4,28 @@ Changelog
.. changelog::
:version: 1.1.2
- :include_notes_from: unreleased
+ :released: Tue Jan 26 2021
+
+ .. change::
+ :tags: feature, region
+ :tickets: 101
+
+ Added new region method :meth:`.CacheRegion.key_is_locked`. Returns True if
+ the given key is subject to the dogpile lock, which would indicate that the
+ generator function is running at that time. Pull request courtesy Bastien
+ Gerard.
+
+ .. change::
+ :tags: feature, memcached
+ :tickets: 134
+
+ Added support for the pymemcache backend, using the
+ ``"dogpile.cache.pymemcache"`` backend identifier. Pull request courtesy
+ Moisés Guimarães de Medeiros.
+
+ .. seealso::
+
+ :class:`.PyMemcacheBackend`
.. changelog::
:version: 1.1.1
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 3a25e43..f0e86cf 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -74,7 +74,7 @@ copyright = "2011-2021 Mike Bayer"
# The short X.Y version.
version = dogpile.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.1.1"
+release = "1.1.2"
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/101.rst b/docs/build/unreleased/101.rst
deleted file mode 100644
index f71b98c..0000000
--- a/docs/build/unreleased/101.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: feature, region
- :tickets: 101
-
- Added new region method :meth:`.CacheRegion.key_is_locked`. Returns True if
- the given key is subject to the dogpile lock, which would indicate that the
- generator function is running at that time. Pull request courtesy Bastien
- Gerard. \ No newline at end of file
diff --git a/docs/build/unreleased/134.rst b/docs/build/unreleased/134.rst
deleted file mode 100644
index ede4258..0000000
--- a/docs/build/unreleased/134.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-.. change::
- :tags: feature, memcached
- :tickets: 134
-
- Added support for the pymemcache backend, using the
- ``"dogpile.cache.pymemcache"`` backend identifier. Pull request courtesy
- Moisés Guimarães de Medeiros.
-
- .. seealso::
-
- :class:`.PyMemcacheBackend` \ No newline at end of file