Merge pull request #42 from cclauss/patch-1
Undefined name: minor -> self.hash
This commit is contained in:
commit
fc27327fc6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue