Skip to content

Commit 68a4bba

Browse files
committed
Merge branch 'hotfix/0.5.1'
2 parents 1ee06ff + b554fde commit 68a4bba

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.5.1
4+
- Correct license identifier in CITATION.cff so it is valid
5+
36
## 0.5
47

58
- New `UnDelta` and `UnInt` classes for uncertain durations

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authors:
2525
family-names: Casties
2626
affiliation: Max Planck Institute for the History of Science
2727
orcid: https://orcid.org/0009-0008-9370-1303
28-
version: '0.3'
29-
date-released: 2024-11-18
28+
version: '0.5'
29+
date-released: 2025-06-25
3030
repository-code: https://github.com/dh-tech/undate-python
31-
license: Apache 2
31+
license: Apache-2.0

src/undate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"
22

33
from undate.date import DatePrecision
44
from undate.undate import Undate, Calendar

0 commit comments

Comments
 (0)