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