Skip to content

Commit

Permalink
Target next release as 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 24, 2014
1 parent 9cf6bbc commit 17ee20b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

2.0.0a2 (unreleased)
2.0.0 (unreleased)
--------------------

- Restore the ability to write `from zope.mimetype import types`.
Expand All @@ -14,29 +14,29 @@ CHANGES
2.0.0a1 (2013-02-27)
--------------------

- 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.

- Renamed `zope.mimetype.types` to `zope.mimetype.mtypes`.
- Rename `zope.mimetype.types` to `zope.mimetype.mtypes`.

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


1.3.1 (2010-11-10)
------------------

- No longer depending on `zope.app.form` in `configure.zcml` by using
`zope.formlib` instead, where the needed interfaces are living now.
- No longer dependg on ``zope.app.form`` in ``configure.zcml`` by using
``zope.formlib`` instead, where the needed interfaces are living now.

1.3.0 (2010-06-26)
------------------

- Added testing dependency on ``zope.component [test]``.
- Add testing dependency on ``zope.component[test]``.

- Use zope.formlib instead of zope.app.form.browser for select widget.

Expand All @@ -45,29 +45,29 @@ CHANGES
1.2.0 (2009-12-26)
------------------

- Converted functional tests to unit tests and get rid of all extra test
- Convert functional tests to unit tests and get rid of all extra test
dependencies as a result.

- Use the ITerms interface from zope.browser.

- Declared missing dependencies, resolved direct dependency on
- Declare missing dependencies, resolved direct dependency on
zope.app.publisher.

- Import content-type parser from zope.contenttype, adding a dependency on
- Import content-type parser from ``zope.contenttype``, adding a dependency on
that package.

1.1.2 (2009-05-22)
------------------

- No longer depends on ``zope.app.component``.
- No longer depend on ``zope.app.component``.

1.1.1 (2009-04-03)
------------------

- Fixed wrong package version (version ``1.1.0`` was released as ``0.4.0`` at
- Fix wrong package version (version ``1.1.0`` was released as ``0.4.0`` at
`pypi` but as ``1.1dev`` at `download.zope.org/distribution`)

- Fixed author email and home page address.
- Fix author email and home page address.

1.1.0 (2007-11-01)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(*rnames):
return f.read()

setup(name='zope.mimetype',
version='2.0.0a2.dev0',
version='2.0.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description = "A simple package for working with MIME content types",
Expand Down

0 comments on commit 17ee20b

Please sign in to comment.