From 880d493dbfd3a48b825b68d1838b8a279ec29aca Mon Sep 17 00:00:00 2001 From: tarsil Date: Thu, 9 May 2024 12:23:59 +0100 Subject: [PATCH] Release 3.1.5 --- docs/release-notes.md | 9 +++++++++ esmerald/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index a46494c6..77a2a7dc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,15 @@ hide: # Release Notes +## 3.1.5 + +### Added + +This change was supposed to be shipped in the version [3.1.4](#314) but it missed the release. + +- Printing the stack trace when an Esmerald application is in `debug=True` provinding a deeper +level of understanding the source of the errors. + ## 3.1.4 ### Fixed diff --git a/esmerald/__init__.py b/esmerald/__init__.py index 6c4b9897..271a73c4 100644 --- a/esmerald/__init__.py +++ b/esmerald/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.4" +__version__ = "3.1.5" from lilya import status