Skip to content

Commit eccbc7b

Browse files
committed
- 1.1.3
1 parent 40ac88c commit eccbc7b

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

docs/build/changelog.rst

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

55
.. changelog::
66
:version: 1.1.3
7-
:include_notes_from: unreleased
7+
:released: Thu May 20 2021
8+
9+
.. change::
10+
:tags: bug, regression, tests
11+
12+
Repaired the test suite to work with the 5.x series of the ``decorator``
13+
module, which now appears to make use of the ``__signature__`` attribute.
14+
15+
.. change::
16+
:tags: bug, regression
17+
:tickets: 202
18+
19+
Fixed regression where :class:`.ProxyBackend` was missing several methods
20+
that were added as part of the 1.1 release.
821

922
.. changelog::
1023
:version: 1.1.2

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.2"
77+
release = "1.1.3"
7878

7979

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

docs/build/unreleased/202.rst

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

docs/build/unreleased/dec.rst

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

0 commit comments

Comments
 (0)