Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amgedr committed Apr 1, 2018
1 parent f692211 commit 680a7d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.3.0 (2018-03-24)
------------------

* Run each check in its own thread


0.2.1 (2017-12-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = False
tag = False
allow_dirty = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion webchk/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 680a7d7

Please sign in to comment.