Merge pull request #42 from cclauss/patch-1

Undefined name: minor -> self.hash
This commit is contained in:
Tim Ansell 2020-07-02 12:50:30 -07:00 committed by GitHub
commit fc27327fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class LibraryVersion:
return cls(**kw)
def as_tuple(self):
return (self.milestone, self.major, self.minor, self.commits, minor)
return (self.milestone, self.major, self.minor, self.commits, self.hash)
@property
def fullname(self):