From f869464e659cf6bc0a75b01726710136a67fa039 Mon Sep 17 00:00:00 2001 From: Eldad Uzman Date: Sun, 9 Apr 2023 15:29:23 +0300 Subject: [PATCH] udpate Meter DSL version --- README.md | 2 +- java-dependencies/pom.xml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f5770b..95aa591 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Simple JMeter performance tests API for python ![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/pylint.svg) ![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/mutscore.svg) [![Generic badge](https://img.shields.io/badge/python-3.8|3.9|3.10|3.11-blue.svg)](https://python.org/) -[![Generic badge](https://img.shields.io/badge/JMeterDsl-1.4-blue.svg)](https://abstracta.github.io/jmeter-java-dsl/) +[![Generic badge](https://img.shields.io/badge/JMeterDsl-1.9-blue.svg)](https://abstracta.github.io/jmeter-java-dsl/) [![Documentation Status](https://readthedocs.org/projects/pymeter/badge/?version=latest)](https://pymeter.readthedocs.io/en/latest/?badge=latest) diff --git a/java-dependencies/pom.xml b/java-dependencies/pom.xml index d50ef8d..f46e4a5 100644 --- a/java-dependencies/pom.xml +++ b/java-dependencies/pom.xml @@ -27,7 +27,7 @@ us.abstracta.jmeter jmeter-java-dsl - 1.6 + 1.9 test diff --git a/pyproject.toml b/pyproject.toml index d37bf2c..bd3b405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymeter" -version = "1.1.0" +version = "1.2.0" description = "Simple JMeter performance tests API for python" authors = ["Eldad Uzman "] license = "Apache License 2.0"