From 40f93a8b64689c163314307deeafb83f061af645 Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Wed, 10 Apr 2024 20:00:27 +0100 Subject: [PATCH] Release 3.1.1 (#290) * Release 3.1.1 * Update release-notes.md --- docs/release-notes.md | 15 +++++++++++++++ esmerald/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index e63aa00b..f46cb8af 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,21 @@ hide: # Release Notes +## 3.1.1 + +### Added + +- `--with-basic-controller` flag in `createapp` directive. [#PR 284](https://github.com/dymmond/esmerald/pull/284) by [@tarsil](https://github.com/tarsil). + +### Changed + +- Documentation improvements. + +### Fixed + +- Typo in the create project directive urls file descripton. +- `operation_id` being generated to include the class based view name when coming from class based views handlers. [#PR 289](https://github.com/dymmond/esmerald/pull/289) by [@tarsil](https://github.com/tarsil). + ## 3.1.0 ### Added diff --git a/esmerald/__init__.py b/esmerald/__init__.py index aca52c1e..5eb0bcb6 100644 --- a/esmerald/__init__.py +++ b/esmerald/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.0" +__version__ = "3.1.1" from lilya import status