Skip to content

Commit 69a4c2d

Browse files
bump: version 2.9.0 → 2.9.1
1 parent 9dc17fe commit 69a4c2d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.9.1 (2025-07-27)
2+
3+
### Fix
4+
5+
- clean up formatting in index.md and remove unnecessary whitespace
6+
- remove duplicate entry for granian in requirements.txt
7+
18
## v2.9.0 (2025-07-23)
29

310
### Feat

nexios/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: str = "2.9.0"
1+
__version__: str = "2.9.1"
22

33
# Version bump test - this comment will be removed after testing
44
ascii_art = f"""

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nexios"
7-
version = "2.9.0"
7+
version = "2.9.1"
88
description = "Nexios is a modern, high-performance ASGI web framework for Python with multi-server support with zero overhead."
99
authors = [
1010
{name = "Chidebele Dunamis", email = "[email protected]"}
@@ -188,7 +188,7 @@ known-first-party = ["nexios"]
188188

189189
[tool.commitizen]
190190
name = "cz_conventional_commits"
191-
version = "2.9.0"
191+
version = "2.9.1"
192192
version_files = [
193193
"pyproject.toml:version",
194194
"nexios/__main__.py:__version__"

0 commit comments

Comments
 (0)