Commit 82952f4 1 parent b88c71a commit 82952f4 Copy full SHA for 82952f4
File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -17,32 +17,28 @@ Change log
17
17
----------
18
18
19
19
20
- Version 1.4.3.dev1
21
- ^^^^^^^^^^^^^^^^^^
22
-
23
- Released: not yet
24
-
25
- **Incompatible changes: **
20
+ Version 1.4.3
21
+ ^^^^^^^^^^^^^
26
22
27
- ** Deprecations: **
23
+ Released: 2023-11-28
28
24
29
25
**Bug fixes: **
30
26
31
27
* Addressed safety issues up to 2023-11-26.
32
28
33
- ** Enhancements: **
29
+ * Fixed ruamel.yaml issue on Python 3.6 by pinning to <0.17.22
34
30
35
- * Tolerated when unknown 'resource' types are specified in the metrics.yaml
36
- file, because one possible reason for that is that a newer metrics.yaml file
37
- is being used. (issue #379)
31
+ * Dev: Resolved dependency conflict with importlib-metadata on Python 3.7
38
32
39
- ** Cleanup: **
33
+ * Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0
40
34
41
- ** Known issues: **
35
+ * Fixed PyYAML 5.4 install issue with Cython 3
42
36
43
- * See ` list of open issues `_.
37
+ ** Enhancements: **
44
38
45
- .. _`list of open issues` : https://github.com/zhmcclient/zhmc-prometheus-exporter/issues
39
+ * Tolerated when unknown 'resource' types are specified in the metrics.yaml
40
+ file, because one possible reason for that is that a newer metrics.yaml file
41
+ is being used. (issue #379)
46
42
47
43
48
44
Version 1.4.2
Original file line number Diff line number Diff line change 25
25
#:
26
26
#: * "M.N.P.dev1": A not yet released version M.N.P
27
27
#: * "M.N.P": A released version M.N.P
28
- __version__ = '1.4.3.dev1 '
28
+ __version__ = '1.4.3'
You can’t perform that action at this time.
0 commit comments