Skip to content

Commit

Permalink
🔝 Prepare release 0.3.0
Browse files Browse the repository at this point in the history
🔝 Update pyproject.toml
  • Loading branch information
tarsil authored Jun 12, 2023
2 parents d1bfef6 + 1fa504b commit 16c4f20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.3.0

### Updated

- Added the latest version of starlette to 0.28.0.

## 0.2.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
]
dependencies = ["starlette>=0.27.0,<0.30.0"]
dependencies = ["starlette>=0.28.0,<1.0"]
keywords = [
"api",
"rest",
Expand Down
2 changes: 1 addition & 1 deletion starlette_bridge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

from .bridge import Starlette

Expand Down

0 comments on commit 16c4f20

Please sign in to comment.