Skip to content
Did a release so that we could expose new functionality via PyPI.

- Add optional revision parameter to `svn cat` method.
- Added authentication to documentation.
- We now forward arguments from get_client().
- Add support for getting log messages by revision number range
- Handle missing logentry date/msg/author tags in CommonClient.log_default .
- Bugfix: Fix CommonClient.info None error: len(xxx) -> len(xxx.text)
- Bugfix: Removed backwards-incompatibility footnote.
- Fixed documentation.
- Bugfix: Line-splitting fails in Python 3. Fixes #15.
- Handle missing logentry tags in CommonClient.log_default