diff --git a/CHANGES.rst b/CHANGES.rst index c937e7f..9b1ae8f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +.. -*- coding: utf-8 -*- + +0.3.3 +----- + +* Refactor some config usage per rattail changes. + 0.3.2 ----- diff --git a/rattail_cognitive/_version.py b/rattail_cognitive/_version.py index 73e3bb4..87c0828 100644 --- a/rattail_cognitive/_version.py +++ b/rattail_cognitive/_version.py @@ -1 +1,3 @@ -__version__ = '0.3.2' +# -*- coding: utf-8 -*- + +__version__ = u'0.3.3'