Skip to content

v1.1.3

Compare
Choose a tag to compare
@cdboer cdboer released this 03 Jul 21:20
· 161 commits to master since this release

πŸ› v1.1.3 includes a bug fix for FileRevision objects in the modification model, preventing a TypeError when serializing objects without a previous revision.

Fixed

  • FileRevision objects that do not have a previous revision no longer lead to a TypeError when serializing the modification model. (see #64)