Skip to content

Commit 21ab0e2

Browse files
committed
bump
1 parent caeb3f7 commit 21ab0e2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- do not remove -->
44

5+
## 0.6.5
6+
7+
### New Features
8+
9+
- Add `def_hdrs` ([#446](https://github.com/AnswerDotAI/fasthtml/issues/446))
10+
11+
12+
513
## 0.6.5
614

715
### New Features

fasthtml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.6.5"
1+
__version__ = "0.6.6"
22
from .core import *

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fasthtml
33
lib_name = fasthtml
4-
version = 0.6.5
4+
version = 0.6.6
55
min_python = 3.10
66
license = apache2
77
requirements = fastcore>=1.7.8 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.0.9 python-multipart beautifulsoup4

0 commit comments

Comments
 (0)