We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3150bdf commit 2c0469bCopy full SHA for 2c0469b
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
Changelog
2
=========
3
4
+Version 0.18.1 (December 05, 2024)
5
+----------------------------------
6
+
7
+Bug-fix release in the 0.18.x series.
8
9
+0.18.0 was missing package data, which went unnoticed because the workflow
10
+to publish to PyPI was also broken. These have been fixed, and we no longer
11
+alter global logging state.
12
13
+With thanks to Fede Raimondo for the contribution.
14
15
+* FIX: Install package data (#1108)
16
+* FIX: Remove calls to root logger basicConfig (#1106)
17
+* MNT: Upload attested package to (test) PyPI (#1110)
18
19
Version 0.18.0 (November 12, 2024)
20
----------------------------------
21
0 commit comments