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