-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
51 lines (32 loc) · 1.28 KB
/
CHANGES.txt
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
41
42
43
44
45
46
47
48
49
50
51
v0.1.9 (2019-06-21)
* Now compatible with Python v3.[456]
v0.1.8 (2019-06-21)
* General housekeeping after a looong hiatus - update setup.py, requirements.txt, wiki, etc.
* Happy Pride!
v0.1.7 (2017-04-07)
* Update README.rst (forgot to run `make readme` before uploading last release)
v0.1.6 (2017-04-07)
* Removed LYRICSnMUSIC api as it has been shut down (#31)
v0.1.5 (2016-09-02)
* Added default paging (#3)
* Added better exception handling
* Made it easier to plug in additional API modules
v0.1.4 (2015-09-20)
* Added the -V/--version flag
v0.1.3 (2014-04-08)
* Added the encrypted LYRICSNMUSIC_API_KEY environment variable to
.travis.yml (#22)
* Made LyricWiki the default API (#23)
* Renamed test_songtext.py to test_apis.py (#24)
v0.1.2 (2014-02-05)
* Added instructions on how to change the default API to the README (#15)
* Fixed links to Twitter in the README (#20)
* Print help text if no arguments are specified (#18)
* Added MANIFEST.in (#17)
* Added .travis.yml (#16)
v0.1.1 (2014-02-04)
* Fixed relative/anchor links in READMEs so that README.rst will render
properly on PyPI (#13)
* Added the forgotten install_requires in setup.py (#14)
v0.1.0 (2014-02-03)
* Initial release to PyPI