Skip to content

Commit f943f1d

Browse files
committed
Version 1.2.1 placeholder
1 parent a9e7e9d commit f943f1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/build/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
.. changelog::
6+
:version: 1.2.1
7+
:include_notes_from: unreleased
8+
59
.. changelog::
610
:version: 1.2.0
711
:released: Wed Apr 26 2023

dogpile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22

33
from .lock import Lock # noqa
44
from .lock import NeedRegenerationException # noqa

0 commit comments

Comments
 (0)