We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9582266 commit 1ade7b3Copy full SHA for 1ade7b3
3 files changed
docs/build/changelog.rst
@@ -4,7 +4,15 @@ Changelog
4
5
.. changelog::
6
:version: 1.2.2
7
- :include_notes_from: unreleased
+ :released: Sat Jul 8 2023
8
+
9
+ .. change::
10
+ :tags: bug, typing
11
+ :tickets: 240
12
13
+ Made use of pep-673 ``Self`` type for method chained methods such as
14
+ :meth:`.CacheRegion.configure` and :meth:`.ProxyBackend.wrap`. Pull request
15
+ courtesy Viicos.
16
17
18
:version: 1.2.1
docs/build/conf.py
@@ -74,7 +74,7 @@
74
# The short X.Y version.
75
version = dogpile.__version__
76
# The full version, including alpha/beta/rc tags.
77
-release = "1.2.1"
+release = "1.2.2"
78
79
80
# The language for content autogenerated by Sphinx. Refer to documentation
docs/build/unreleased/240.rst
0 commit comments