From 680a7d715a5ff0a052c88e608530f5942f27f2cd Mon Sep 17 00:00:00 2001 From: Amged Rustom Date: Sun, 1 Apr 2018 10:55:21 +0400 Subject: [PATCH] Bump version --- HISTORY.rst | 6 ++++++ setup.cfg | 2 +- setup.py | 2 +- webchk/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d483ef2..0b06537 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.3.0 (2018-03-24) +------------------ + +* Run each check in its own thread + + 0.2.1 (2017-12-19) ------------------ diff --git a/setup.cfg b/setup.cfg index 5e8220d..347bf55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = False tag = False allow_dirty = True diff --git a/setup.py b/setup.py index c7d1adc..a01deb0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='webchk', - version='0.2.1', + version='0.3.0', packages=['webchk'], test_suite='test', url='https://github.com/amgedr/webchk', diff --git a/webchk/__init__.py b/webchk/__init__.py index c82972c..e996afd 100644 --- a/webchk/__init__.py +++ b/webchk/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.1' +__version__ = '0.3.0' __cmd_description__ = """Check HTTP status codes, response headers and redirects. This is free software and it comes with absolutely no warranty. You can distribute and modify it under terms of MIT License.