v0.0.17
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