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 ff37816 commit 1b2f4c4Copy full SHA for 1b2f4c4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 📦 0.4.0
4
+
5
+* Tested on python 3.13, 3.14
6
+* Dropped compatibility with python < 3.10
7
8
## 📦 0.3.1
9
10
* Convert python requirement to open range
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "datapackage-to-datasette"
-version = "0.3.1"
+version = "0.4.0"
description = "Import Frictionless Data Datapackages into SQLite and generate Datasette metadata"
authors = [{name = "chris48s"}]
license = "MIT"
0 commit comments