Skip to content

Commit f623175

Browse files
committed
Version 0.7.0
1 parent e208114 commit f623175

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

docs/changelog.rst

+35
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@ Changelog
22
=========
33

44

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+
540
Version 0.6.0
641
-------------
742

pydyf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from hashlib import md5
1010
from math import ceil, log
1111

12-
VERSION = __version__ = '0.6.0'
12+
VERSION = __version__ = '0.7.0'
1313

1414

1515
def _to_bytes(item):

0 commit comments

Comments
 (0)