Skip to content

Commit d1b8712

Browse files
committed
Prepare 0.1.1 release.
Bump version number and add initial NEWS file.
1 parent fa3b592 commit d1b8712

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Changes in odk-core 0.1.1 (2025-12-06)
2+
--------------------------------------
3+
4+
* Fix launcher scripts in generated ODK environments.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odk-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Ontology Development Kit Core"
55
license = "BSD-3-Clause"
66
authors = [
@@ -39,6 +39,9 @@ build-backend = "uv_build"
3939

4040
[tool.uv.build-backend]
4141
module-name = "incatools.odk"
42+
source-include = [
43+
"NEWS",
44+
]
4245

4346
[dependency-groups]
4447
dev = [

0 commit comments

Comments
 (0)