-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
61 lines (46 loc) · 854 Bytes
/
CHANGELOG
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2.0
---
* add support python 3.8..3.13
* add typing
* add ini configuration support
1.8.1
-----
* drop support for python < 3.9
1.8.0
-----
* drop support for setuptools
* drop support for python < 3.11
* drop support for pytest < 6.0
1.7.0
-----
* add support python 3.6,3.7,3.8
* bug fixes
1.6.0
-----
* removed pip dependency
* drop support pytest<3.0
1.5.1
-----
* drop support python 2.6
1.5
---
* add support for 'globbing' package version and environment variables
* add python 3.5 and 3.6 support
1.4
---
* fixes typo in documentation
1.3
---
* fixes url in setup.py
* add ability to dump version using setuptools ``pkg_resources``
* python 3.3/3.4
1.2
---
* changed output layout
1.1
---
* removed dump of django settings and related options (--echo-settings)
* add dump generic attributes (--echo-attr)
1.0
---
* Initial release