diff --git a/CHANGES b/CHANGES index 89aada68..0a097f74 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.15.3 +================= +- Add wagtail >= 2.15 support with get_context_data override instead of get_context + 0.15.2 ================= - Replace staticfiles tag with static diff --git a/docs/conf.py b/docs/conf.py index 5a316537..485ac198 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,10 +62,10 @@ # built documents. # # The short X.Y version. -version = '0.15.2' +version = '0.15.3' # The full version, including alpha/beta/rc tags. -release = '0.15.2' +release = '0.15.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 731cfb52..c4d818f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.2 +current_version = 0.15.3 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index a522413a..c92e5628 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='wagtail-personalisation', - version='0.15.2', + version='0.15.3', description='A Wagtail add-on for showing personalized content', author='Lab Digital BV and others', author_email='opensource@labdigital.nl',