Skip to content

Commit

Permalink
Target next release as 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 24, 2014
1 parent 6d15371 commit 9484218
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions CHANGES.txt
Expand Up @@ -2,33 +2,33 @@
CHANGES
=======

4.0.0a2 (unreleased)
--------------------
4.0.0 (unreleased)
------------------

- Nothing changed yet.
- Add support for testing on Travis.


4.0.0a1 (2013-02-24)
--------------------

- Added support for Python 3.3.
- Add support for Python 3.3.

- Replaced deprecated ``zope.component.adapts`` usage with equivalent
- Replace deprecated ``zope.component.adapts`` usage with equivalent
``zope.component.adapter`` decorator.

- Replaced deprecated ``zope.interface.implements`` usage with equivalent
- Replace deprecated ``zope.interface.implements`` usage with equivalent
``zope.interface.implementer`` decorator.

- Dropped support for Python 2.4 and 2.5.
- Drop support for Python 2.4 and 2.5.

- Include zcml dependencies in configure.zcml, require the necessary packages
via a zcml extra, added tests for zcml.
- Include zcml dependencies in ``configure.zcml``, require the necessary
packages via a zcml extra, and add tests for zcml.


3.8.0 (2010-09-14)
------------------

- Added a test that makes sure that dublin core meta data of folder contents
- Add a test that makes sure that dublin core meta data of folder contents
get updated when the folder gets copied. (Requires `zope.dublincore` 3.8
or above.)

Expand All @@ -48,7 +48,7 @@ CHANGES

- Remove use of ``zope.testing.doctestunit`` in favor of stdlib's ``doctest``.

- Moved ``zope.copypastemove``-related tests from ``zope.container`` here.
- Move ``zope.copypastemove``-related tests from ``zope.container`` here.

3.6.0 (2009-12-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@ def alltests():
open('CHANGES.txt').read())

setup(name='zope.copypastemove',
version='4.0.0a2.dev0',
version='4.0.0.dev0',
url='http://pypi.python.org/pypi/zope.copypastemove',
license='ZPL 2.1',
author='Zope Foundation and Contributors',
Expand Down

0 comments on commit 9484218

Please sign in to comment.