Skip to content

Commit

Permalink
We probably go for a new major version, since we are supporting Py3.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Oct 2, 2015
1 parent 6d48577 commit 5a621fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,11 +2,12 @@
CHANGES
=======

2.9.4 (unreleased)
3.0.0 (unreleased)
------------------

- Support for python 3.3 and 3.4
- Fix "Unresolved bookmark" issue

- Fix "Unresolved bookmark" issue.


2.9.3 (2015-09-18)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def alltests():

setup (
name="z3c.rml",
version='2.9.4.dev0',
version='3.0.0.dev0',
author="Stephan Richter and the Zope Community",
author_email="zope-dev@zope.org",
description="An alternative implementation of RML",
Expand Down

0 comments on commit 5a621fd

Please sign in to comment.