Skip to content

Commit

Permalink
udpate Meter DSL version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldaduzman committed Apr 9, 2023
1 parent 4e36e7e commit f869464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion java-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>us.abstracta.jmeter</groupId>
<artifactId>jmeter-java-dsl</artifactId>
<version>1.6</version>
<version>1.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit f869464

Please sign in to comment.