Skip to content

Commit 8b68381

Browse files
committed
Set version to 0.5 and update changelog
1 parent 7ceffc2 commit 8b68381

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## 0.5
44

5-
- Now supports and tested against Python 3.12 and 3.12; dropped 3.11
5+
- Logic for managing poetry detection configuration for reference corpora
6+
and found poems dataset compilation
7+
- Now supports and tested against Python 3.12; dropped support for 3.11
8+
- Now using uv for GitHub Actions and local development
9+
- Sphinx code documentation split out into modules
610

711
### Misc
812
- Use uv for python dependency management in for unit test and Jupyter notebook

src/corppa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2024-2025, Center for Digital Humanities, Princeton University
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "0.5.0.dev0"
4+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)