Skip to content

Commit 1b2f4c4

Browse files
committed
version 0.4.0
1 parent ff37816 commit 1b2f4c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 📦 0.4.0
4+
5+
* Tested on python 3.13, 3.14
6+
* Dropped compatibility with python < 3.10
7+
38
## 📦 0.3.1
49

510
* Convert python requirement to open range

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datapackage-to-datasette"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Import Frictionless Data Datapackages into SQLite and generate Datasette metadata"
55
authors = [{name = "chris48s"}]
66
license = "MIT"

0 commit comments

Comments
 (0)