We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70a4d6 commit 90d116fCopy full SHA for 90d116f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.6.10
+current_version = 1.6.11
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
4
serialize =
5
{major}.{minor}.{patch}-{release}
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.10"
+__version__ = "1.6.11"
pyproject.toml
@@ -12,7 +12,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/dynatrace-oss/dt-cli"
-version = "1.6.10"
+version = "1.6.11"
16
17
18
[tool.poetry.dependencies]
0 commit comments