Skip to content

Commit 8278366

Browse files
author
version_bump
committed
version bump 0.1.2 -> 0.1.3
1 parent 779b611 commit 8278366

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
commit = True
4-
message =
4+
message =
55
version bump {current_version} -> {new_version}
66
tag = True
77
tag_name = {new_version}
8-
tag_message =
8+
tag_message =
99
version bump {current_version} -> {new_version}
1010

1111
[bumpversion:file:gitlab_submodule/__version__.py]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-gitlab-submodule <sub><sup>v0.1.2</sup></sub>
1+
# python-gitlab-submodule <sub><sup>v0.1.3</sup></sub>
22

33
List project submodules and get the commits they point to with python-gitlab.
44

gitlab_submodule/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)