Skip to content

Commit

Permalink
Alpha release for fetcher plugin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed May 6, 2018
1 parent deca02b commit dabde89
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [5.3.0.alpha] - 2018-05-06

- Added [undocumented] fetcher extension interface

## [5.2.0] - 2018-05-06
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -61,7 +61,7 @@
# the built documents.
#
# The short X.Y version.
version = '5.2.0'
version = '5.3.0.alpha'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion kibitzr/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Peter Demin'
__email__ = 'kibitzrrr@gmail.com'
__version__ = '5.2.0'
__version__ = '5.3.0.alpha'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.0
current_version = 5.3.0.alpha
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@ def changelog_version():

setup(
name='kibitzr',
version='5.2.0',
version='5.3.0.alpha',
description="Self hosted web page changes monitoring",
long_description=readme + '\n\n' + history,
author="Peter Demin",
Expand Down

0 comments on commit dabde89

Please sign in to comment.