We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170fb7e commit e64a4d2Copy full SHA for e64a4d2
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- do not remove -->
4
5
+
6
7
+## 0.3.8
8
9
+### New Features
10
11
+- Fastcore 1.7 compatibility ([#307](https://github.com/AnswerDotAI/fasthtml/issues/307))
12
13
14
## 0.3.7
15
16
### New Features
fasthtml/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.3.8"
+__version__ = "0.4.0"
from .core import *
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = fasthtml
lib_name = fasthtml
-version = 0.3.8
+version = 0.4.0
min_python = 3.10
license = apache2
requirements = fastcore>=1.7.0 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.0.6 python-multipart beautifulsoup4
0 commit comments