Skip to content

Commit

Permalink
Make sure this branch stays compatible with Zope 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Aug 29, 2009
1 parent 7fa6b2e commit 76e0666
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,10 @@
CHANGES
=======

3.6.0b1 (unreleased)
--------------------


3.6.0a2 (2009-01-31)
--------------------

Expand Down
9 changes: 1 addition & 8 deletions buildout.cfg
@@ -1,18 +1,11 @@
[buildout]
develop = .
parts = test interpreter
index = http://pypi.python.org/simple
extends = http://download.zope.org/zope3.4/versions.cfg
extends = http://download.zope.org/Zope2/index/2.12.0b4/versions.cfg
versions = versions
allow-picked-versions = false
use-dependency-links = false

[versions]
zope.testbrowser =
zope.publisher = 3.5.4
ClientForm = 0.2.10
mechanize = 0.1.10
setuptools = 0.6c9

[test]
recipe = zc.recipe.testrunner
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@

setup(
name = 'zope.testbrowser',
version = '3.6.0a2',
version = '3.6.0b1',
url = 'http://pypi.python.org/pypi/zope.testbrowser',
license = 'ZPL 2.1',
description = 'Programmable browser for functional black-box tests',
Expand Down

0 comments on commit 76e0666

Please sign in to comment.