diff --git a/CHANGES.rst b/CHANGES.rst index 9b1ae8f..960c748 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,12 @@ -.. -*- coding: utf-8 -*- + +CHANGELOG +========= + +0.3.4 (2017-07-07) +------------------ + +* Switch license to GPL v3 (no longer Affero) + 0.3.3 ----- diff --git a/rattail_cognitive/_version.py b/rattail_cognitive/_version.py index 87c0828..70d2ced 100644 --- a/rattail_cognitive/_version.py +++ b/rattail_cognitive/_version.py @@ -1,3 +1,3 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8; -*- -__version__ = u'0.3.3' +__version__ = '0.3.4'