File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 11CHANGES = """
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+
211sperf 0.6.18
312------------
413* node histogram statuslogger was fixed (broken in 0.6.15) as part of cassandra version detection added
Original file line number Diff line number Diff line change 88
99setup (
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" ],
You can’t perform that action at this time.
0 commit comments