Skip to content

Commit

Permalink
Merge commit '1d9dcda0' into bugfix-13853-selected-items-not-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Terrey committed Mar 12, 2014
2 parents 2c9c6af + 1d9dcda commit 85df846
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGES.txt
@@ -1,6 +1,12 @@
Changelog
=========

2.4.20 (unreleased)
-------------------

- Nothing changed yet.


2.4.19 (2013-08-13)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '2.4.19'
version = '2.4.20.dev0'

long_description = (
read('README.txt')
Expand Down

1 comment on commit 85df846

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=d9195f73232b434d9a755011b28fb0f7
[FAILURE] kgs-archetypes.referencebrowserwidget-plone-4.2-python-2.6 kgs
[SUCCESS] kgs-archetypes.referencebrowserwidget-plone-4.2-python-2.7 kgs
[SUCCESS] kgs-archetypes.referencebrowserwidget-plone-4.3-python-2.6 kgs
[SUCCESS] kgs-archetypes.referencebrowserwidget-plone-4.3-python-2.7 kgs
[FAILURE] kgs-archetypes.referencebrowserwidget-plone-5.0-python-2.7 kgs

Please sign in to comment.