diff --git a/CHANGES b/CHANGES index d8dc077..26680bb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.10.9 +================== + - Bug Fix: Display the number of users in a static segment on dashboard + 0.10.8 ================== - Don't add users to exclude list for dynamic segments diff --git a/setup.py b/setup.py index f455ba2..5f56c9b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ with open('README.rst') as fh: setup( name='wagtail-personalisation-molo', - version='0.10.8', + version='0.10.9', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',