Skip to content

Commit

Permalink
Add changelog for #19, test ZCatalog 3.2.x with Zope 2.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jan 31, 2017
1 parent 65c6524 commit 6f1c82a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.2.1 (unreleased)
------------------

- #19: Fix stale cache results after clearing an index.

3.2 (2016-07-18)
----------------

Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[buildout]
extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
extends = https://raw.githubusercontent.com/zopefoundation/Zope/2.13/version_ranges.cfg

develop = .
parts = interpreter test
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='Products.ZCatalog',
version='3.2',
version='3.2.1.dev0',
url='https://pypi.python.org/pypi/Products.ZCatalog',
license='ZPL 2.1',
description="Zope 2's indexing and search solution.",
Expand Down Expand Up @@ -53,7 +53,7 @@
'Record',
'RestrictedPython',
'zExceptions',
'ZODB',
'ZODB3',
'Zope2',
'zope.dottedname',
'zope.globalrequest',
Expand Down

0 comments on commit 6f1c82a

Please sign in to comment.