From fc0fc1e169c3bb9fab916bebd9ddd153fd0536a7 Mon Sep 17 00:00:00 2001 From: klucsik Date: Tue, 1 Sep 2020 21:29:52 +0200 Subject: [PATCH] vrsion bump to v0.2.0 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e290f13..0d1e6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + # release v0.2.0 + * TECHNICAL FEATURE: common test fixtures moved out to helper files, session namecollision fixed. * FEATURE: Better logging * FEATURE: Generate summary at the end of the reports diff --git a/setup.py b/setup.py index 178c513..bf6ce71 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="link-crab", - version="0.1.1", + version="0.2.0", author="Krisztián Pál Klucsik", author_email="klucsik.krisztian@gmail.com", description="A link crawler and permission testing tool for websites",