diff --git a/ChangeLog b/ChangeLog index 98acc306f..d7bc142a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +version 2021.02.27 +Core ++ Use proxy sites option + +Extractor ++ Nitter extractor + version 2021.02.26 A lot of changes merged back from youtube-dl, thanks to the Copykitku project diff --git a/haruhi_dl/version.py b/haruhi_dl/version.py index 5923b2278..087d9124a 100644 --- a/haruhi_dl/version.py +++ b/haruhi_dl/version.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '2021.02.26' +__version__ = '2021.02.27' if __name__ == '__main__': print(__version__)