Skip to content

Commit f175b3a

Browse files
committed
Bump version tag to CMA
Co-authored-by: Brandt Bucher <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent f5d062e commit f175b3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/attr/_make.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,9 @@ def _create_slots_class(self):
864864
if "__weakref__" in self._cls.__dict__:
865865
del self._cls.__weakref__
866866

867+
# Manually bump internal version tag.
868+
self._cls.__abstractmethods__ = self._cls.__abstractmethods__
869+
867870
# If our class doesn't have its own implementation of __setattr__
868871
# (either from the user or by us), check the bases, if one of them has
869872
# an attrs-made __setattr__, that needs to be reset. We don't walk the

0 commit comments

Comments
 (0)