Releases: closeio/ciso8601
Releases · closeio/ciso8601
v2.3.1
v2.3.0
Version 2.3.0 - 2022-12-21
- Added Python 3.11 support
- Fix the build for PyPy2 (#116)
- Added missing
fromutc
implementation forFixedOffset
(#113). Thanks @davidkraljic - Removed improper ability to call
FixedOffset
'sdst
,tzname
andutcoffset
without arguments - Fixed:
datetime.tzname
returns astr
in Python 2.7, not aunicode
- Change
METH_VARARGS
toMETH_O
, enhancing performance. (#130) - Added support for ISO week dates, (#139)
- Added support for ordinal dates, (#140)