File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3030repository-code : https://github.com/dh-tech/undate-python
31- license : Apache 2
31+ license : Apache-2.0
Original file line number Diff line number Diff line change 1- __version__ = "0.5.0 "
1+ __version__ = "0.5.1 "
22
33from undate .date import DatePrecision
44from undate .undate import Undate , Calendar
You can’t perform that action at this time.
0 commit comments