We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779b611 commit 8278366Copy full SHA for 8278366
.bumpversion.cfg
@@ -1,11 +1,11 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.1.3
3
commit = True
4
-message =
+message =
5
version bump {current_version} -> {new_version}
6
tag = True
7
tag_name = {new_version}
8
-tag_message =
+tag_message =
9
10
11
[bumpversion:file:gitlab_submodule/__version__.py]
README.md
@@ -1,4 +1,4 @@
-# python-gitlab-submodule <sub><sup>v0.1.2</sup></sub>
+# python-gitlab-submodule <sub><sup>v0.1.3</sup></sub>
List project submodules and get the commits they point to with python-gitlab.
gitlab_submodule/__version__.py
@@ -1 +1 @@
-__version__ = '0.1.2'
+__version__ = '0.1.3'
0 commit comments