Skip to content

Commit

Permalink
Release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed May 9, 2024
1 parent 16b57dd commit 880d493
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.1.4"
__version__ = "3.1.5"


from lilya import status
Expand Down

0 comments on commit 880d493

Please sign in to comment.