File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,40 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 0.10.0
6
+ -------------
7
+
8
+ Released on 2024-04-29.
9
+
10
+ New features:
11
+
12
+ * Add standard compliant default identifier
13
+
14
+ Contributors:
15
+
16
+ * Guillaume Ayoub
17
+ * Wolfgang Walther
18
+
19
+ Backers and sponsors:
20
+
21
+ * Spacinov
22
+ * Kobalt
23
+ * Grip Angebotssoftware
24
+ * Manuel Barkhau
25
+ * SimonSoft
26
+ * Menutech
27
+ * KontextWork
28
+ * Simon Sapin
29
+ * René Fritz
30
+ * TrainingSparkle
31
+ * Healthchecks.io
32
+ * Docraptor
33
+ * Yanal-Yvez Fargialla
34
+ * Douwe van Loenen
35
+ * Morntag
36
+ * Xavid
37
+
38
+
5
39
Version 0.9.0
6
40
-------------
7
41
Original file line number Diff line number Diff line change 11
11
from math import ceil , log
12
12
from warnings import warn
13
13
14
- VERSION = __version__ = '0.9 .0'
14
+ VERSION = __version__ = '0.10 .0'
15
15
16
16
17
17
def _to_bytes (item ):
You can’t perform that action at this time.
0 commit comments