-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathCHANGELOG
More file actions
28 lines (19 loc) · 702 Bytes
/
Copy pathCHANGELOG
File metadata and controls
28 lines (19 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
0.8.2 (Oct 20, 2024)
--------------------
- Update support versions trove classifiers (@a-detiste): #58
0.8.1 (Oct 20, 2024)
--------------------
- Remove funcsigs dependency
0.8.0 (Oct 20, 2024)
--------------------
- Drop support for Python 2 and the dependency on six (@a-detiste): #57
0.7.1 (Feb 24, 2022)
--------------------
- Add support for Python 3.10 (@s-t-e-v-e-n-k): #54
- Fix minor documentation issues.
0.7.0 (Mar 16, 2020)
--------------------
- Switch from inspect.getargspec to inspect.signature (@acetylen): #47
- Add support for type annotations (@acetylen): #47
- Add support for Python 3.7 and 3.8 (@acetylen): #47
- Remove support for Python 2.6 and 3.4 (@acetylen): #47