7

Merge tag '1.0.1' into develop

1.0.1
This commit is contained in:
Kaitlyn Crawford
2019-01-02 17:28:58 +02:00
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
1.0.1
==================
- Added RulePanel, a subclass of InlinePanel, for Rules
1.0.0 1.0.0
================== ==================
- Upgrade to Python 3.6, drop support for Python 2.7 - Upgrade to Python 3.6, drop support for Python 2.7

View File

@ -55,10 +55,10 @@ author = 'Lab Digital BV'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.0.0' version = '1.0.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.0.0' release = '1.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.0.0 current_version = 1.0.1
commit = true commit = true
tag = true tag = true
tag_name = {new_version} tag_name = {new_version}

View File

@ -32,7 +32,7 @@ with open('README.rst') as fh:
setup( setup(
name='wagtail-personalisation-molo', name='wagtail-personalisation-molo',
version='1.0.0', version='1.0.1',
description='A forked version of Wagtail add-on for showing personalized content', description='A forked version of Wagtail add-on for showing personalized content',
author='Praekelt.org', author='Praekelt.org',
author_email='dev@praekeltfoundation.org', author_email='dev@praekeltfoundation.org',