diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 209d661..c3c64a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,20 @@ Changelog ========= +pywdpa 0.1.2 to 0.1.2-1 +----------------------- + +* Minor changes. +* New logo. +* New website using Sphinx. +* At: ``_. +* 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 ``_. * Tests have been added for functions. @@ -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. diff --git a/pywdpa/pywdpa.py b/pywdpa/pywdpa.py index 5445971..41dcc66 100644 --- a/pywdpa/pywdpa.py +++ b/pywdpa/pywdpa.py @@ -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