diff --git a/HISTORY.rst b/HISTORY.rst index ccabb79..8c6da23 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.1.2 (2019-07-01) +------------------ + +* Fix Pip files and requirement files for fixing security issue in pyyaml module + 0.1.1 (2018-11-02) ------------------ diff --git a/setup.cfg b/setup.cfg index e96aa47..9433d59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 380ffb5..80839b3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='pakettikauppa', - version='0.1.1', + version='0.1.2', description="Client python modules for Pakettikauppa integration", long_description=readme + '\n\n' + history, author="Porntip Chaibamrung",