Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hbredin committed Sep 22, 2023
2 parents 4322750 + 1f9541c commit e952c41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
#########

Version 3.0.0 (2023-09-22)
Version 3.0.1 (2023-09-22)
~~~~~~~~~~~~~~~~~~~~~~~~~~

- BREAKING(cli): switch to latest pyannote.database API
Expand Down
3 changes: 0 additions & 3 deletions pyannote/pipeline/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,3 @@ def __iter__(self):

def __getitem__(self, param_name):
return getattr(self, param_name)

def __getattr__(self, param_name):
return self.__getitem__(param_name)

0 comments on commit e952c41

Please sign in to comment.