Skip to content

Commit 87c1687

Browse files
committed
Bump version: 1.6.10 → 1.6.11
1 parent 5aa9e24 commit 87c1687

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.10
2+
current_version = 1.6.11
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

dtcli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.6.10"
15+
__version__ = "1.6.11"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
]
1313
readme = "README.md"
1414
repository = "https://github.com/dynatrace-oss/dt-cli"
15-
version = "1.6.10"
15+
version = "1.6.11"
1616

1717
[tool.poetry.dependencies]
1818
PyYAML = "^5.4"

0 commit comments

Comments
 (0)