Skip to content

Commit

Permalink
⬆️ Prepare for reelease 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Nov 11, 2022
1 parent 0b98ed6 commit c1f5251
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
@@ -1,5 +1,14 @@
# Release Notes

## 0.2.6

November 11, 2022

### Changed

- Removed [Tortoise ORM](./databases/tortoise/tortoise.md#how-to-use) dependency from the main package.
- Removed `asyncpg` from the main package as dependency.

## 0.2.5

November 9, 2022
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Esmerald: Highly scalable, performant, easy to learn and for every application.
"""
__version__ = "0.2.5"
__version__ = "0.2.6"

from esmerald.conf import settings
from esmerald.conf.global_settings import EsmeraldAPISettings
Expand Down

0 comments on commit c1f5251

Please sign in to comment.