Skip to content

Commit

Permalink
Bump version: 1.6.12 → 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Jul 18, 2023
1 parent cd79cea commit 8d310b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.12
current_version = 1.6.13
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion dtcli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.6.12"
__version__ = "1.6.13"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/dynatrace-oss/dt-cli"
version = "1.6.12"
version = "1.6.13"


[tool.poetry.dependencies]
Expand Down

0 comments on commit 8d310b7

Please sign in to comment.