We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ee06ff + b554fde commit 68a4bbaCopy full SHA for 68a4bba
3 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 0.5.1
4
+- Correct license identifier in CITATION.cff so it is valid
5
+
6
## 0.5
7
8
- New `UnDelta` and `UnInt` classes for uncertain durations
CITATION.cff
@@ -25,7 +25,7 @@ authors:
25
family-names: Casties
26
affiliation: Max Planck Institute for the History of Science
27
orcid: https://orcid.org/0009-0008-9370-1303
28
-version: '0.3'
29
-date-released: 2024-11-18
+version: '0.5'
+date-released: 2025-06-25
30
repository-code: https://github.com/dh-tech/undate-python
31
-license: Apache 2
+license: Apache-2.0
src/undate/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
from undate.date import DatePrecision
from undate.undate import Undate, Calendar
0 commit comments