Preparing release 3.3.1

[ci skip]
This commit is contained in:
Maurits van Rees 2019-11-25 15:40:29 +01:00
parent 06c55bec14
commit 3e997145fc
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
3 changed files with 12 additions and 4 deletions

View File

@ -8,6 +8,17 @@ Changelog
.. towncrier release notes start
3.3.1 (2019-11-25)
------------------
Bug fixes:
- - Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
tests.
[Rotonen] (#155)
3.3.0 (2019-10-12)
------------------

View File

@ -1,3 +0,0 @@
- Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
tests.
[Rotonen]

View File

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.3.1.dev0'
version = '3.3.1'
install_requires = [
'setuptools',