Skip to content

Commit

Permalink
Changelog for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jun 14, 2012
1 parent 06da457 commit 4f1fb91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
@@ -1,6 +1,18 @@
Changelog Changelog
========= =========


Version 0.7.1
-------------

Released on 2012-06-14. Code name *remember-to-test-with-tox*.

0.7 broke the parser in Python 2.4 and 2.5; the tests in 2.x.
Now all is well again.

Also, pseudo-elements are now correctly made lower-case. (They are supposed
to be case-insensitive.)


Version 0.7 Version 0.7
----------- -----------


Expand Down
2 changes: 1 addition & 1 deletion cssselect/__init__.py
Expand Up @@ -18,5 +18,5 @@
from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError




VERSION = '0.7' VERSION = '0.7.1'
__version__ = VERSION __version__ = VERSION

0 comments on commit 4f1fb91

Please sign in to comment.