Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Nov 16, 2020
1 parent f9e741a commit 9f448f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Changelog
=========

pywdpa 0.1.2 to 0.1.2-1
-----------------------

* Minor changes.
* New logo.
* New website using Sphinx.
* At: `<https://ecology.ghislainv.fr/pywdpa>`_.
* Use of rst in Python docstring.

pywdpa 0.1.1
------------

* Dependence to ``python-dotenv`` has been removed.
* The ``.env`` file have to be created if using ``python-dotenv``.
* The ``.env`` file have to be created if using ``python-dotenv``\ .
* See `<https://pypi.org/project/python-dotenv/>`_.
* Tests have been added for functions.

Expand All @@ -15,5 +23,5 @@ pywdpa 0.1
----------

* First release of the package.
* Two functions ``.get_token()`` and ``.get_wdpa()``.
* Two functions ``.get_token()`` and ``.get_wdpa()``\ .
* Dependence to ``python-dotenv`` to manage WDPA API token.
2 changes: 1 addition & 1 deletion pywdpa/pywdpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pywdpa.pywdpa: provides entry point main().
"""

__version__ = "0.1.2"
__version__ = "0.1.2-1"

import sys
from .get_wdpa import get_wdpa
Expand Down

0 comments on commit 9f448f3

Please sign in to comment.