Skip to content

Commit c3c3c9b

Browse files
committed
chore: release version 2.7.1
1 parent 2d93ff9 commit c3c3c9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adbe/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.7.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers=[
99
"Operating System :: Android",
1010
]
1111
keywords=["Android ADB developer"]
12-
version = "2.7.0" # For now, this is duplicated in adbe/version.txt as well
12+
version = "2.7.1" # For now, this is duplicated in adbe/version.txt as well
1313
description = "ADB-Enhanced is a Swiss army knife for Android testing and development"
1414
readme = "README.md"
1515
license = "Apache-2.0"
@@ -113,4 +113,4 @@ combine-as-imports = true # Optional: combine 'as' imports on a single line
113113

114114
[tool.ruff.lint.mccabe]
115115
# Flag errors (`C901`) whenever the complexity level exceeds 12
116-
max-complexity = 12
116+
max-complexity = 12

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)