Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.38 KB

CHANGES.rst

File metadata and controls

66 lines (39 loc) · 1.38 KB

Changes

4.1.1 (unreleased)

  • Nothing changed yet.

4.1.0 (2017-07-31)

  • Drop support for Python 2.6, 3.2 and 3.3.
  • Add support for Python 3.5 and 3.6.
  • Restore zope.component as a testing requirement for running doctests.

4.0.3 (2014-12-26)

  • Add support for PyPy3.

4.0.2 (2014-03-19)

  • Add support for Python 3.3 and 3.4.
  • Update boostrap.py to version 2.2.

4.0.1 (2012-12-31)

  • Flesh out PyPI Trove classifiers.

4.0.0 (2012-06-13)

  • Add support for Python 3.2.
  • Drop zope.component as a testing requirement. Instead, register explicit (dummy) adapter hooks where needed.
  • Add PyPy support.
  • 100% unit test coverage.
  • Add support for continuous integration using tox and jenkins.
  • Add Sphinx documentation: moved doctest examples to API reference.
  • Add 'setup.py docs' alias (installs Sphinx and dependencies).
  • Add 'setup.py dev' alias (runs setup.py develop plus installs nose, coverage, and testing dependencies).
  • Drop support for Python 2.4 and 2.5.
  • Include tests of the LocationCopyHook from zope.location.

3.5.0 (2009-02-09)

  • Initial release. The functionality was extracted from zc.copy to provide a generic object copying mechanism with minimal dependencies.