Skip to content

Commit

Permalink
Merge pull request #174 from dynatrace-oss/dev
Browse files Browse the repository at this point in the history
v1.6.18
  • Loading branch information
vduseev authored Apr 30, 2024
2 parents 9cf9309 + 7126ab2 commit 8a6e5ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.17
current_version = 1.6.18
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pip install dt-cli
1. Generate developer key and certificate from the CA

```shell
$ dt ext generate-developer-pem --ca-crt ca.crt --ca-key ca.key -o dev.pem
$ dt ext generate-developer-pem --ca-crt ca.pem --ca-key ca.key -o dev.pem
Name: Ext
Loading CA private key ca.key
Loading CA certificate ca.pem
Expand Down
2 changes: 1 addition & 1 deletion dtcli/scripts/dt.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def extension():
b) Generate developer key and certificate from the CA
$ dt ext genca
$ dt ext generate-developer-pem --ca-crt ca.crt --ca-key ca.key -o dev.pem
$ dt ext generate-developer-pem --ca-crt ca.pem --ca-key ca.key -o dev.pem
2. Build and sign the extension
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.17"
__version__ = "1.6.18"
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.17"
version = "1.6.18"

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

0 comments on commit 8a6e5ae

Please sign in to comment.