blob: 15e9c61f33e4a6b60888de0d2ee16f562127bf76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
CHANGES
=======
1.1.0
-----
* Add ability to download a collection
* Add more sanity check
1.0.4
-----
* Fix download
* Add authors
1.0.3
-----
* Be more explicit for use script
1.0.2
-----
* Remove usless version option
* Fix bug with name of the file downloaded
1.0.1
-----
* install from pypi
1.0.0
-----
* Set version number
* Add GPLv3 licence
* Fix variable reference
* rename module and command
* Introduce python packaging
* Initial commit
|