Skip to content

Commit

Permalink
Compatibility with Python 3.4 and Python 2.7.6.
Browse files Browse the repository at this point in the history
I had to fix some unit-test and add some encoding when reading files (because lxml can not create an XML document with encoding header from an unicode string).
Documentation update, with a small part for "contributing", and "compatibility".
Add a requirements.txt, because it's better for dev.
Bump setup.py and doc/conf.py version (0.2.x to 0.3.x).
  • Loading branch information
Exirel committed Sep 30, 2014
1 parent a825132 commit 4a1a434
Show file tree
Hide file tree
Showing 8 changed files with 648 additions and 576 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ htmlcov
.mr.developer.cfg
.project
.pydevproject
.settings

4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 4a1a434

Please sign in to comment.