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