Skip to content

Commit c38c8f6

Browse files
committed
Bumpversion setup.
1 parent a2bcfef commit c38c8f6

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

.bumpversion.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[bumpversion]
2+
current_version = 0.7.5
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:version.txt]
7+
search = {current_version}
8+
replace = {new_version}
9+
10+
[bumpversion:file:setup.py]
11+
search = version='{current_version}'
12+
replace = version='{new_version}'
13+
14+
[bumpversion:file:iland/__init__.py]
15+
search = __version__ = '{current_version}'
16+
replace = __version__ = '{new_version}'
17+

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.7.5 (unreleased)
5+
0.7.5 (2017-06-27)
66
------------------
77

88
* Force iland API v0.8.

setup.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
[bumpversion]
2-
current_version = 0.7.5
3-
commit = True
4-
tag = True
5-
6-
[bumpversion:file:setup.py]
7-
8-
[bumpversion:file:iland/__init__.py]
9-
101
[wheel]
112
universal = 1
123

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.7.5

0 commit comments

Comments
 (0)