Skip to content

Commit

Permalink
vb [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Oct 10, 2017
1 parent d193791 commit bffe3ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,7 +1,9 @@
*.pyc
*.egg-info
bin/
build/
develop-eggs/
dist/
eggs/
parts/
.installed.cfg
4 changes: 4 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,10 @@
Changelog
=========

2.13.29 (unreleased)
--------------------


2.13.28 (2017-10-10)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup, find_packages

setup(name='Products.ZCatalog',
version='2.13.28',
version='2.13.29.dev0',
url='http://pypi.python.org/pypi/Products.ZCatalog',
license='ZPL 2.1',
description="Zope 2's indexing and search solution.",
Expand Down

0 comments on commit bffe3ef

Please sign in to comment.