Skip to content

Commit

Permalink
Back to development: 1.6.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Feb 15, 2017
1 parent 3e0d1f2 commit 2731864
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,22 @@
Changelog
=========

1.6.1 (unreleased)
------------------

Breaking changes:

- *add item here*

New features:

- *add item here*

Bug fixes:

- *add item here*


1.6 (2017-02-15)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(*rnames):
read('CHANGES.rst') + '\n\n' + \
read('LICENSE')

version = '1.6'
version = '1.6.1.dev0'

setup(
name='plone.api',
Expand Down

1 comment on commit 2731864

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

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

@mauritsvanrees Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plone.api/51/violations

src/plone/api/content.py:269:1: C901 'delete' is too complex (15)
src/plone/api/content.py:361:1: C901 '_wf_transitions_for' is too complex (13)
src/plone/api/content.py:426:1: C901 'transition' is too complex (13)
src/plone/api/tests/test_group.py:4:1: I001 isort found an import in the wrong position

Follow these instructions to reproduce it locally.

Please sign in to comment.