Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 15, 2024
1 parent 170fb7e commit e64a4d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!-- do not remove -->



## 0.3.8

### New Features

- Fastcore 1.7 compatibility ([#307](https://github.com/AnswerDotAI/fasthtml/issues/307))


## 0.3.7

### New Features
Expand Down
2 changes: 1 addition & 1 deletion fasthtml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.8"
__version__ = "0.4.0"
from .core import *
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e64a4d2

Please sign in to comment.