Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Behnel committed Mar 11, 2008
1 parent 951287d commit d217202
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from distutils.extension import Extension
import sys, os

VERSION = '0.7.1'
VERSION = '0.8'
PACKAGE_NAME = 'mathdom'
PACKAGES = ['mathml', 'mathml.utils', 'mathml.schema']
PACKAGE_DATA = {}
Expand Down Expand Up @@ -186,6 +186,10 @@
intermediate AST step that makes writing converters for
SQL/Java/Lisp/*your-favourite* easy.
New in version 0.8:
- works with (and requires) lxml 2.0 or later
New in version 0.7.2:
- works with (and requires) lxml 1.3 or later
Expand Down

0 comments on commit d217202

Please sign in to comment.