diff --git a/ChangeLog b/ChangeLog index 32575e6..8a31ea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ +2017-01-30 Tobias Bengfort + + *** 2.2.0 released *** + + - fix: space not allowed in extra requirement name + - fix unicode issue with mplayer + - improve sox backend + - allow https in URLs + - add avplay backend + - wrap-around find + 2016-01-03 Tobias Bengfort - *** 2.1.2 release *** + *** 2.1.2 released *** - fix warning when using setup.py without babel installed - allow http protocol diff --git a/cplay/cplay.py b/cplay/cplay.py index 58ccda7..cd798fc 100644 --- a/cplay/cplay.py +++ b/cplay/cplay.py @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -__version__ = 'cplay-ng 2.1.2' +__version__ = 'cplay-ng 2.2.0' import os import re