Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.2.2 (unreleased)
1.3.0 (unreleased)
------------------

Breaking changes:
Expand All @@ -10,7 +10,9 @@ Breaking changes:

New features:

- *add item here*
- Upgrade KGS (versions.cfg).
Use newer selenium drivers and dependencies.
[gotcha]

Bug fixes:

Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-4.3.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.1.x.cfg
versions.cfg
parts +=
docs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import sys

version = '1.2.2.dev0'
version = '1.3.0.dev0'


def indented(filename):
Expand Down
18 changes: 10 additions & 8 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Good known versions for plone.app.robotframework and friends
[versions]
Pygments = 2.0.2
plone.app.robotframework = 1.1
robotframework = 3.0
robotframework-selenium2library = 1.7.4
robotframework-selenium2screenshots = 0.7.0
robotsuite = 1.7.0
selenium = 2.53.6
sphinxcontrib-robotframework = 0.7.0
Pygments = 2.2.0
plone.app.robotframework = 1.2.1
robotframework = 3.0.4
robotframework-selenium2library = 3.0.0
robotframework-seleniumlibrary = 3.1.1
robotframework-selenium2screenshots = 0.8.1
robotsuite = 2.0.0
selenium = 3.13.0
sphinxcontrib-robotframework = 0.8.0
sphinxcontrib-robotdoc = 0.10.0