Skip to content

Commit a0c8dd7

Browse files
committed
Bump up version.
1 parent 88a3646 commit a0c8dd7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.7.5 (unreleased)
6+
------------------
7+
8+
*
9+
510
0.7.4 (2017-05-26)
611
------------------
712

iland/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
__author__ = 'iland Internet Solutions, Corp'
1313
__email__ = 'devops@iland.com'
14-
__version__ = '0.7.4'
14+
__version__ = '0.7.5'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.4
2+
current_version = 0.7.5
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='iland-sdk',
31-
version='0.7.4',
31+
version='0.7.5',
3232
description="iland cloud Python SDK",
3333
long_description=readme + '\n\n' + history,
3434
author="iland Internet Solutions, Corp",

0 commit comments

Comments
 (0)