Skip to content

v0.0.17

Choose a tag to compare

@rwb27 rwb27 released this 03 Mar 11:48
· 108 commits to main since this release
517dc8e

This is a small bugfix release: it removes __set__ from ActionDescriptor so that it returns to being a "non-data descriptor". This doesn't change LabThings in normal use, but it makes certain things easier in testing.

What's Changed

  • Move __set__ from BaseDescriptor to FieldTypedBaseDescriptor by @rwb27 in #274
  • Version bump by @rwb27 in #276

Full Changelog: v0.0.16...v0.0.17