]> git.phdru.name Git - ppu.git/blob - docs/news.rst
Tests, CI: Run tests with Python 3.11
[ppu.git] / docs / news.rst
1 News
2 ====
3
4 Version 0.8.1 (in development)
5 ------------------------------
6
7 * Python 3.11.
8
9 Version 0.8.0 (2021-09-24)
10 --------------------------
11
12 * Python 3.8, Python 3.9.
13
14 * GitHub Actions.
15
16 * Stop testing at Travis CI.
17
18 * Stop testing at AppVeyor.
19
20 Version 0.7.0 (2019-02-01)
21 --------------------------
22
23 * Python 3.7.
24
25 * Drop support for Python 3.3.
26
27 Version 0.6.1 (2017-12-15)
28 --------------------------
29
30 * Fix rm.py: do not ask to remove read-only files when -f is active.
31
32 Version 0.6.0 (2017-12-13)
33 --------------------------
34
35 * rm.py ask interactively to remove read-only files or directories.
36
37 * Add options -s --silent --quiet for cmp.py.
38
39 * Add option -f for rm.py.
40
41 * PyPy.
42
43 Version 0.5.0 (2017-07-09)
44 --------------------------
45
46 * Add option -r for rm.py.
47
48 * Use remove-old-files.py to cleanup pip cache.
49
50 Version 0.4.0 (2017-06-04)
51 --------------------------
52
53 * Add package 'ppu'.
54
55 * Add module ppu/find_executable.py.
56
57 * Add script which.py.
58
59 Version 0.3.2 (2017-05-01)
60 --------------------------
61
62 * Convert README to reST.
63
64 Version 0.3.1 (2017-04-30)
65 --------------------------
66
67 * Fix release: build scripts with '/usr/bin/env python'
68
69 Version 0.3.0 (2017-04-30)
70 --------------------------
71
72 * Move cmp.py, remove-old-files.py and rm.py to scripts directory.
73
74 * Release at PyPI.
75
76 Version 0.2.0 (2017-04-30)
77 --------------------------
78
79 * Add cmp.py and rm.py.
80
81 * Test at Travis and AppVeyor.
82
83 * Use subprocess.call() instead of os.system().
84
85 0.1.0 (2017-04-16)
86 ------------------
87
88 * Remove empty directories.
89
90 * Add installation instructions.
91
92 0.0.1 (2017-04-16)
93 ------------------
94
95 * Initial release.