From c76d6d1617e3f89ccea10fd4bf159581f18e58ad Mon Sep 17 00:00:00 2001 From: nathanbegbie Date: Mon, 13 Nov 2017 14:58:20 +0200 Subject: [PATCH 1/2] Update manifest to include missing js files --- MANIFEST.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d0a6bf1..bb487c9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,6 @@ include README.rst -recursive-include src \ No newline at end of file +recursive-include src * + +recursive-exclude src __pycache__ +recursive-exclude src *.py[co] From a8d3aeab6800a3e375c89b4329172f67900287b2 Mon Sep 17 00:00:00 2001 From: nathanbegbie Date: Mon, 13 Nov 2017 15:02:56 +0200 Subject: [PATCH 2/2] Version Bump 0.10.1 --- docs/conf.py | 4 ++-- setup.cfg | 6 +++--- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 965ca75..b2f3752 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,10 +55,10 @@ author = 'Lab Digital BV' # built documents. # # The short X.Y version. -version = '0.9.1' +version = '0.10.1' # The full version, including alpha/beta/rc tags. -release = '0.9.1' +release = '0.10.1' # 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 8bb9e92..1fb79c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.1 +current_version = 0.10.1 commit = true tag = true tag_name = {new_version} @@ -15,14 +15,14 @@ python_paths = . [flake8] ignore = E731 max-line-length = 120 -exclude = +exclude = src/**/migrations/*.py [wheel] universal = 1 [coverage:run] -omit = +omit = src/**/migrations/*.py [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 0d1db27..2ab4f23 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.0', + version='0.10.1', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',