Skip to content

Commit

Permalink
bump version to 5.3.0alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed May 8, 2018
1 parent 8ba62b4 commit 3437aed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.3.0.alpha'
version = '5.3.0.alpha1'
# 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.3.0.alpha'
__version__ = '5.3.0.alpha1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.3.0.alpha
current_version = 5.3.0.alpha1
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.3.0.alpha',
version='5.3.0.alpha1',
description="Self hosted web page changes monitoring",
long_description=readme + '\n\n' + history,
author="Peter Demin",
Expand Down

0 comments on commit 3437aed

Please sign in to comment.