summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build/changelog.rst4
-rw-r--r--dogpile/__init__.py2
2 files changed, 5 insertions, 1 deletions
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
@@ -3,6 +3,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