Skip to content

Commit

Permalink
svb
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 19, 2015
1 parent 826e29e commit 9de98ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,11 @@
Changelog
=========

2.14.0 (unreleased)
-------------------

- TBD

2.13.1 (2014-09-14)
-------------------

Expand Down
1 change: 0 additions & 1 deletion buildout.cfg
@@ -1,5 +1,4 @@
[buildout]
extends = http://download.zope.org/Zope2/index/2.13.19/versions.cfg
develop = .
parts = interpreter test

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.StandardCacheManagers',
version = '2.13.1',
version = '2.14.0.dev0',
url='http://pypi.python.org/pypi/Products.StandardCacheManagers',
license='ZPL 2.1',
description="Cache managers for Zope 2.",
Expand Down

0 comments on commit 9de98ed

Please sign in to comment.