Skip to content

Commit

Permalink
Version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jan 22, 2014
1 parent 3de6ddc commit 91e01dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

* 0.1.9:

* Add requests as a dependency and use it instead of urllib. Big security
improvement due to certificate validation.

* 0.1.8:

* Rewrote testsuite. Should work with both py.test and nosetest.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='webuntis',
version='0.1.8',
version='0.1.9',
author='Markus Unterwaditzer',
author_email='markus@unterwaditzer.net',
packages=['webuntis', 'webuntis.utils', 'webuntis.tests'],
Expand Down
2 changes: 1 addition & 1 deletion webuntis/__init__.py
Expand Up @@ -4,5 +4,5 @@
:copyright: (c) 2012 by Markus Unterwaditzer.
:license: BSD, see LICENSE for more details.
'''
__version__ = '0.1.8'
__version__ = '0.1.9'
from webuntis.session import Session

0 comments on commit 91e01dd

Please sign in to comment.