Skip to content

Commit 5eededa

Browse files
committed
- 1.2.1
1 parent 81afb90 commit 5eededa

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/build/changelog.rst

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

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

916
.. changelog::
1017
:version: 1.2.0

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.0"
77+
release = "1.2.1"
7878

7979

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

docs/build/unreleased/238.rst

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

0 commit comments

Comments
 (0)