Publish version 2.0.0 (#2583)

This commit is contained in:
Enrico Minack
2023-07-04 07:59:53 +02:00
committed by GitHub
parent 8d3b905786
commit bc68626941
5 changed files with 179 additions and 56 deletions
+2
View File
@@ -114,6 +114,8 @@ class _BadAttribute(Attribute):
raise BadAttributeException(self.__value, self.__expectedType, self.__exception)
# v3: add * to edit function of all GithubObject implementations,
# this allows to rename attributes and maintain the order of attributes
class GithubObject:
"""
Base class for all classes representing objects returned by the API.