Skip to content

Commit 06e2ac7

Browse files
committed
Bump sperf version to 0.6.19
1 parent 103abee commit 06e2ac7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

pysper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
"""top level module for sperf python port"""
15-
VERSION = "0.6.18"
15+
VERSION = "0.6.19"

pysper/changelog.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
CHANGES = """
2+
sperf 0.6.19
3+
------------
4+
* Update python version detection to work correctly with Python >= 3.10
5+
* Bump dependencies in requirements_dev.txt to latest versions
6+
* Rename utility functions in tests/__init__.py to prevent suprious warnings from pytest
7+
* Commit formatting changes made by current version of black
8+
* Add pyproject.toml to prevent warning when current pip version installs from repo
9+
* Update python versions and runner images used in github actions
10+
211
sperf 0.6.18
312
------------
413
* node histogram statuslogger was fixed (broken in 0.6.15) as part of cassandra version detection added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="sperf",
11-
version="0.6.17",
11+
version="0.6.19",
1212
description="Diagnostic utility for DSE and Cassandra",
1313
url="https://www.github.com/datastax-labs/sperf",
1414
scripts=["scripts/sperf"],

0 commit comments

Comments
 (0)