We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81afb90 commit 5eededaCopy full SHA for 5eededa
docs/build/changelog.rst
@@ -4,7 +4,14 @@ Changelog
4
5
.. changelog::
6
:version: 1.2.1
7
- :include_notes_from: unreleased
+ :released: Sat May 20 2023
8
+
9
+ .. change::
10
+ :tags: bug, typing
11
+ :tickets: 238
12
13
+ Added py.typed file to root so that typing tools such as Mypy recognize
14
+ dogpile as typed. Pull request courtesy Daverball.
15
16
17
:version: 1.2.0
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.0"
+release = "1.2.1"
78
79
80
# The language for content autogenerated by Sphinx. Refer to documentation
docs/build/unreleased/238.rst
0 commit comments