From c1691f49c73607bccd8add888f544315fe352926 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 2 Sep 2021 10:45:31 -0400 Subject: Version 1.1.5 placeholder --- docs/build/changelog.rst | 4 ++++ dogpile/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 0eeeb10..b265155 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +.. changelog:: + :version: 1.1.5 + :include_notes_from: unreleased + .. changelog:: :version: 1.1.4 :released: Thu Sep 2 2021 diff --git a/dogpile/__init__.py b/dogpile/__init__.py index 70ef94c..650a6ce 100644 --- a/dogpile/__init__.py +++ b/dogpile/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.4" +__version__ = "1.1.5" from .lock import Lock # noqa from .lock import NeedRegenerationException # noqa -- cgit v1.2.1