We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94f342 commit b0bb03bCopy full SHA for b0bb03b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.6.18
+current_version = 1.6.19
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize =
5
{major}.{minor}.{patch}
dtcli/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.6.18"
+__version__ = "1.6.19"
pyproject.toml
@@ -12,7 +12,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/dynatrace-oss/dt-cli"
-version = "1.6.18"
+version = "1.6.19"
16
17
[tool.poetry.dependencies]
18
PyYAML = "^6.0"
0 commit comments