From d4b40033cfaa418edb0506b6cd421e5f3f14e5af Mon Sep 17 00:00:00 2001 From: hvelarde Date: Tue, 3 May 2016 19:08:24 -0300 Subject: [PATCH] Add build for Plone 5.1 --- .travis.yml | 1 + CHANGES.rst | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7280f0c..c1993a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ cache: env: - PLONE_VERSION=4.3 - PLONE_VERSION=5.0 +- PLONE_VERSION=5.1 matrix: fast_finish: true install: diff --git a/CHANGES.rst b/CHANGES.rst index b4add6f..231bc35 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ Changelog - Remove dependency on five.grok (closes `#5`_). [rodfersou] -- Package is now compatible with Plone 5. +- Package is now compatible with Plone 5.0 and Plone 5.1. [hvelarde] diff --git a/setup.py b/setup.py index c072fd8..201974b 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ 'Framework :: Plone', 'Framework :: Plone :: 4.3', 'Framework :: Plone :: 5.0', + 'Framework :: Plone :: 5.1', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: OS Independent',