We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0a8d1 commit 06faf18Copy full SHA for 06faf18
2 files changed
docs/build/changelog.rst
@@ -2,6 +2,10 @@
2
Changelog
3
=========
4
5
+.. changelog::
6
+ :version: 1.1.7
7
+ :include_notes_from: unreleased
8
+
9
.. changelog::
10
:version: 1.1.6
11
:released: Fri Jun 10 2022
dogpile/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.6"
+__version__ = "1.1.7"
from .lock import Lock # noqa
from .lock import NeedRegenerationException # noqa
0 commit comments