Skip to content

Commit f340fcc

Browse files
committed
Version v0.10.0
1 parent c2bc939 commit f340fcc

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/changelog.rst

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@ Changelog
22
=========
33

44

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+
539
Version 0.9.0
640
-------------
741

pydyf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from math import ceil, log
1212
from warnings import warn
1313

14-
VERSION = __version__ = '0.9.0'
14+
VERSION = __version__ = '0.10.0'
1515

1616

1717
def _to_bytes(item):

0 commit comments

Comments
 (0)