Skip to content

Commit 1ade7b3

Browse files
committed
- 1.2.2
1 parent 9582266 commit 1ade7b3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/build/changelog.rst

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

55
.. changelog::
66
:version: 1.2.2
7-
:include_notes_from: unreleased
7+
: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.
816

917
.. changelog::
1018
:version: 1.2.1

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.2.1"
77+
release = "1.2.2"
7878

7979

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

docs/build/unreleased/240.rst

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

0 commit comments

Comments
 (0)