Skip to content

Commit 8878f33

Browse files
committed
Bump version: 1.6.20 → 1.6.21
1 parent e11b74d commit 8878f33

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.20
2+
current_version = 1.6.21
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.20"
15+
__version__ = "1.6.21"

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.20"
15+
version = "1.6.21"
1616

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

0 commit comments

Comments
 (0)