Skip to content

Commit

Permalink
Merge branch 'master' into plip1734thumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Jun 1, 2017
2 parents a9f158c + e8069a8 commit da05598
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


3.4.1 (unreleased)
3.4.2 (unreleased)
------------------

Breaking changes:
Expand All @@ -18,6 +18,16 @@ New features:
https://github.com/plone/Products.CMFPlone/issues/1734
[fgrcon]

Bug fixes:

- *add item here*


3.4.1 (2017-05-16)
------------------

New features:

- Folder Contents: Construct the list of sortable indexes from the available catalog indexes, using a blacklist and a default set - likewise as it's done with metadata columns.
[thet]

Expand All @@ -32,7 +42,9 @@ Bug fixes:
current path
[datakurre]


- removed unittest2 dependency.
[kakshay21]

3.4 (2017-04-01)
----------------

Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include *.txt
include *.rst

recursive-include docs *
Expand Down
2 changes: 1 addition & 1 deletion plone/app/content/tests/test_namechooser_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from plone.dexterity.fti import DexterityFTI
from zope.container.interfaces import INameChooser
import transaction
import unittest2 as unittest
import unittest


class NameChooserTest(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages
from setuptools import setup

version = '3.4.1.dev0'
version = '3.4.2.dev0'

setup(
name='plone.app.content',
Expand Down

0 comments on commit da05598

Please sign in to comment.