Skip to content

Commit c300382

Browse files
committed
Bump version: 2.13.0 → 2.14.0
1 parent 8a386b1 commit c300382

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.13.0
2+
current_version = 2.14.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

.github/workflows/freeze-release-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- v*
79
pull_request:
810
branches:
911
- master

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.13.0',
16+
version='2.14.0',
1717
packages=find_packages(exclude=('tests', 'tests.*')),
1818
url=about['DOCS_LINK'],
1919
description='Scrapinghub Command Line Client',

shub/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.13.0'
1+
__version__ = '2.14.0'
22

33

44
# Links to documentation to use over the project sources

0 commit comments

Comments
 (0)