Skip to content

Commit c1566d9

Browse files
committed
Merge branch 'release/0.6' into develop
2 parents 96cb8d6 + 1f0f7c0 commit c1566d9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.6
4+
5+
- Experimental omnibus date converter + parser (EDTF, Hebrew, Hijri)
6+
- Reorganized Lark grammar files to a common location
7+
- Improved documentation for converter class parsing and serialization
8+
- Update action versions in GitHub Workflows (contributed by @rettinghaus)
9+
310
## 0.5.2
411
- repr for Undate, UndateInterval, and UnDelta now produce fully-qualified, constructor-style strings with deterministic field ordering.
512
- Added Undate.unknown_year property and is_unknown() method to check for fully-unknown year/month/day.

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.6.0.dev0"
1+
__version__ = "0.6.0"
22

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

0 commit comments

Comments
 (0)