Skip to content

Commit

Permalink
Bump version: 1.6.13 → 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Feb 22, 2024
1 parent fea25b5 commit cae2004
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.13
current_version = 1.6.14
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.13"
__version__ = "1.6.14"
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.13"
version = "1.6.14"

[tool.poetry.dependencies]
PyYAML = "^6.0"
Expand Down

0 comments on commit cae2004

Please sign in to comment.