Skip to content

Commit 3ef47b0

Browse files
committed
Bump version: 2.11.0 → 2.12.0
1 parent 700a02f commit 3ef47b0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[bumpversion]
2-
current_version = 2.11.0
2+
current_version = 2.12.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}
66

77
[bumpversion:file:setup.py]
88

99
[bumpversion:file:shub/__init__.py]
10+

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='shub',
16-
version='2.11.0',
16+
version='2.12.0',
1717
packages=find_packages(exclude=('tests', 'tests.*')),
1818
url=about['DOCS_LINK'],
1919
description='Scrapinghub Command Line Client',

Diff for: shub/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.11.0'
1+
__version__ = '2.12.0'
22

33

44
# Links to documentation to use over the project sources

0 commit comments

Comments
 (0)