Skip to content

Commit

Permalink
Back to development: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Sep 8, 2016
1 parent 2d2bd45 commit 3291689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========

1.1.1 (unreleased)
------------------

- Nothing changed yet.


1.1.0 (2016-09-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
import os


version = '1.1.0'
version = '1.1.1.dev0'

setup(name='plone.app.drafts',
version=version,
Expand Down

1 comment on commit 3291689

@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.

@datakurre Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/20/violations

plone/app/drafts/__init__.py:0:1: I001 isort found changes, run it on the file
plone/app/drafts/dexterity.py:152:9: T001 print statement found.
plone/app/drafts/dexterity.py:152:15: Q000 Remove bad quotes.
plone/app/drafts/tests.py:1135:15: S001 found % formatter
plone/app/drafts/tests.py:1175:15: S001 found % formatter
plone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters

Follow these instructions to reproduce it locally.

Please sign in to comment.