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