From 5f2e4d8a2b8a6b87a6f156c545c4e44a84ed6f45 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 28 Feb 2013 22:33:21 -0500 Subject: [PATCH] Back to development: 1.0.0a3 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- tox.ini | 8 +++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5fd6c0f..cc438c0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +1.0.0a3 (unreleased) +-------------------- + +- Nothing changed yet. + + 1.0.0a2 (2013-02-28) -------------------- diff --git a/setup.py b/setup.py index 5dbc085..7dcbad6 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*rnames): setup ( name='z3c.authenticator', - version='1.0.0a2', + version='1.0.0a3.dev0', author = "Roger Ineichen and the Zope Community", author_email = "zope-dev@zope.org", description = "IAuthentication implementation for for Zope3", diff --git a/tox.ini b/tox.ini index dcedc17..f9d7049 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,8 @@ envlist = py26,py27,py33 [testenv] commands = python setup.py test -q -deps = zope.testrunner - z3c.testing>=1.0.0a2 - zope.testing +deps = + {toxinidir}/ZODB-4.0.0dev.tar.gz + z3c.testing>=1.0.0a2 + zope.testing + zope.testrunner