summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-05-20 16:06:02 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-05-20 16:06:02 -0400
commiteccbc7b1d3cff6db2597cff4f8b9c493150eba76 (patch)
treec6cbbac75af67751d7e9c54101be3837e77f0519
parent40ac88cc943481660e34e4257a8e3632527dd35f (diff)
downloaddogpile-cache-eccbc7b1d3cff6db2597cff4f8b9c493150eba76.tar.gz
- 1.1.3rel_1_1_3
-rw-r--r--docs/build/changelog.rst15
-rw-r--r--docs/build/conf.py2
-rw-r--r--docs/build/unreleased/202.rst6
-rw-r--r--docs/build/unreleased/dec.rst5
4 files changed, 15 insertions, 13 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 7d5974f..15c9abf 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,7 +4,20 @@ Changelog
.. changelog::
:version: 1.1.3
- :include_notes_from: unreleased
+ :released: Thu May 20 2021
+
+ .. change::
+ :tags: bug, regression, tests
+
+ Repaired the test suite to work with the 5.x series of the ``decorator``
+ module, which now appears to make use of the ``__signature__`` attribute.
+
+ .. change::
+ :tags: bug, regression
+ :tickets: 202
+
+ Fixed regression where :class:`.ProxyBackend` was missing several methods
+ that were added as part of the 1.1 release.
.. changelog::
:version: 1.1.2
diff --git a/docs/build/conf.py b/docs/build/conf.py
index f0e86cf..61d3d5d 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.2"
+release = "1.1.3"
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/202.rst b/docs/build/unreleased/202.rst
deleted file mode 100644
index 24a0be6..0000000
--- a/docs/build/unreleased/202.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
- :tags: bug, regression
- :tickets: 202
-
- Fixed regression where :class:`.ProxyBackend` was missing several methods
- that were added as part of the 1.1 release.
diff --git a/docs/build/unreleased/dec.rst b/docs/build/unreleased/dec.rst
deleted file mode 100644
index e165ef1..0000000
--- a/docs/build/unreleased/dec.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-.. change::
- :tags: bug, regression, tests
-
- Repaired the test suite to work with the 5.x series of the ``decorator``
- module, which now appears to make use of the ``__signature__`` attribute.