diff --git a/CHANGES.rst b/CHANGES.rst index 6134d6f7..9cac2e3d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,14 @@ +0.3.4 +----- + +* Changed vendor filter in product search to find "any vendor". + + I.e. the current filter is *not* restricted to the preferred vendor only. + Probably should still add one (back) for preferred only as well; hence the + commented code. + + 0.3.3 ----- diff --git a/tailbone/_version.py b/tailbone/_version.py index 80eb7f98..bfeb9e74 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1 +1 @@ -__version__ = '0.3.3' +__version__ = '0.3.4'