Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huser committed Mar 23, 2019
1 parent 53f2200 commit e12a1fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

2.0.0
-----
- ``Dhis`` class was renamed to ``Api``
- ``APIException`` was renamed to ``RequestException``
- ``generate_uids`` was completely removed. Use ``generate_uid`` for a single UID, not requiring an existing ``Api`` instance.

1.8.0
-----
- allow ``delete()`` to have payload
Expand Down
2 changes: 1 addition & 1 deletion dhis2/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'dhis2.py'
__description__ = 'Python wrapper for DHIS2'
__url__ = 'https://github.com/davidhuser/dhis2.py'
__version__ = '1.8.0'
__version__ = '2.0.0'
__author__ = 'David Huser'
__author_email__ = '[email protected]'
__license__ = 'MIT'

0 comments on commit e12a1fd

Please sign in to comment.