We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0c5c1 commit 0948627Copy full SHA for 0948627
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.3
+current_version = 0.2.4
3
commit = True
4
message =
5
version bump {current_version} -> {new_version}
README.md
@@ -1,4 +1,4 @@
-# python-gitlab-submodule <sub><sup>v0.2.3</sup></sub>
+# python-gitlab-submodule <sub><sup>v0.2.4</sup></sub>
List project submodules and get the commits they point to with python-gitlab.
gitlab_submodule/__version__.py
@@ -1 +1 @@
-__version__ = '0.2.3'
+__version__ = '0.2.4'
0 commit comments