File tree 2 files changed +36
-1
lines changed
2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,41 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 0.7.0
6
+ -------------
7
+
8
+ Released on 2023-07-03.
9
+
10
+ Dependencies:
11
+
12
+ * Python 3.11 is supported and tested
13
+
14
+ Bug fixes:
15
+
16
+ * Fix size of fields for xref
17
+
18
+ Backers and sponsors:
19
+
20
+ * Castedo Ellerman
21
+ * Spacinov
22
+ * Kobalt
23
+ * Grip Angebotssoftware
24
+ * Crisp BV
25
+ * Manuel Barkhau
26
+ * SimonSoft
27
+ * Menutech
28
+ * KontextWork
29
+ * NCC Group
30
+ * René Fritz
31
+ * TrainingSparkle
32
+ * Healthchecks.io
33
+ * Moritz Mahringer
34
+ * Yanal-Yvez Fargialla
35
+ * Synapsium
36
+ * Piotr Horzycki
37
+ * Hammerbacher
38
+
39
+
5
40
Version 0.6.0
6
41
-------------
7
42
Original file line number Diff line number Diff line change 9
9
from hashlib import md5
10
10
from math import ceil , log
11
11
12
- VERSION = __version__ = '0.6 .0'
12
+ VERSION = __version__ = '0.7 .0'
13
13
14
14
15
15
def _to_bytes (item ):
You can’t perform that action at this time.
0 commit comments