Fixed
- Fixed
Versionobject JSON serialization error when caching release data with dict output format.- The
versionfield is now serialized to string at the cache layer for both file and Redis backends. - Fixes the
Object of type 'Version' is not JSON serializablewarning when runninglastversion --changelog *.spec. - Companion to the 3.6.8 datetime serialization fix; the dict-format path kept
versionas aVersioninstance and tripped the same cache encoder.
- The