Skip to content

Commit 4a1a434

Browse files
committed
Compatibility with Python 3.4 and Python 2.7.6.
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).
1 parent a825132 commit 4a1a434

File tree

8 files changed

+648
-576
lines changed

8 files changed

+648
-576
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ htmlcov
3737
.mr.developer.cfg
3838
.project
3939
.pydevproject
40+
.settings
41+

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.2'
51+
version = '0.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.2.0'
53+
release = '0.3.0'
5454

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

0 commit comments

Comments
 (0)