Skip to content

Commit

Permalink
Release 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Mar 6, 2024
1 parent ce558c7 commit 0483272
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ hide:

# Release Notes

## 2.7.3

### Added

- Allowing `app` to loaded as a str as alternative to an object.

### Changed

- Internal code for lazy objects.
- Make `a2wsgi` optional for `WSGIMiddleware`.
- `httpx` is now only a depedency for testing.
- Cleared some core dependencies.

## 2.7.2

### Changed
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__ = "2.7.2"
__version__ = "2.7.3"


from starlette import status
Expand Down

0 comments on commit 0483272

Please sign in to comment.