Skip to content

Commit

Permalink
Bump version: 2.11.0 → 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vshlapakov committed Sep 16, 2020
1 parent 700a02f commit 3ef47b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 2.11.0
current_version = 2.12.0
commit = True
tag = True
tag_name = v{new_version}

[bumpversion:file:setup.py]

[bumpversion:file:shub/__init__.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='shub',
version='2.11.0',
version='2.12.0',
packages=find_packages(exclude=('tests', 'tests.*')),
url=about['DOCS_LINK'],
description='Scrapinghub Command Line Client',
Expand Down
2 changes: 1 addition & 1 deletion shub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.11.0'
__version__ = '2.12.0'


# Links to documentation to use over the project sources
Expand Down

0 comments on commit 3ef47b0

Please sign in to comment.