File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 7474# The short X.Y version.
7575version = 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments