We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6e625 commit 1bbb9e8Copy full SHA for 1bbb9e8
docs/sources/changelog.rst
@@ -4,7 +4,7 @@ Changelog
4
5
* :release:`1.6.6 <2023-05-06>`
6
* :bug:`#64` Prepare version 1.7.0 of pytest-monitor. Last version to support Python <= 3.7 and all pytest <= 5.*
7
-* :bug:`#` Improve and fix some CI issues, notably one that may cause python to not be the requested one but a more recent one.
+* :bug:`Reworked CI workflow` Improve and fix some CI issues, notably one that may cause python to not be the requested one but a more recent one.
8
9
* :release:`1.6.5 <2022-10-16>`
10
* :bug:`#60` Make sure that when psutil cannot fetch cpu frequency, the fallback mechanism is used.
pytest_monitor/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.6.5"
+__version__ = "1.6.6"
2
__author__ = "Jean-Sebastien Dieu"
0 commit comments