From 8fac63ca58da6bd67f2d72f0c0aaa8be116f9c1b Mon Sep 17 00:00:00 2001 From: Jindrich Luza Date: Thu, 27 Feb 2020 18:05:40 +0100 Subject: [PATCH] v0.2.0 changelog --- docs/source/CHANGELOG.rst | 13 +++++++++++++ requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/source/CHANGELOG.rst b/docs/source/CHANGELOG.rst index 403d4d9..19ecd08 100644 --- a/docs/source/CHANGELOG.rst +++ b/docs/source/CHANGELOG.rst @@ -1,6 +1,19 @@ ChangeLog ========= +0.2.0 (2020-02-27) +------------------ + +Fixed +~~~~~ +* iiblib 0.3.0 compatiblity fixes + +Added +~~~~~ +* ssl_verification option for IIBClient + + + 0.1.0 (2020-02-25) ------------------ diff --git a/requirements.txt b/requirements.txt index dc7491e..53e6bf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ six setuptools pushcollector pubtools-pulp -iiblib>=0.2.0 +iiblib>=0.3.0 pubtools-pulplib diff --git a/setup.py b/setup.py index 306e217..ec20c92 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def read_content(filepath): setup( name="pubtools-iib", - version="0.1.0", + version="0.2.0", description="Pubtools-iib", long_description=long_description, author="Jindrich Luza",