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