We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9962acd commit 129a41dCopy full SHA for 129a41d
docs/build/changelog.rst
@@ -2,6 +2,10 @@
2
Changelog
3
=========
4
5
+.. changelog::
6
+ :version: 1.4.2
7
+ :include_notes_from: unreleased
8
+
9
.. changelog::
10
:version: 1.4.1
11
:released: Fri Sep 12 2025
dogpile/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.4.1"
+__version__ = "1.4.2"
from .lock import Lock # noqa
from .lock import NeedRegenerationException # noqa
0 commit comments