Skip to content

Commit 977a195

Browse files
author
Aadi Bajpai
committed
v1.2.0!
Signed-off-by: Aadi Bajpai <me@aadibajpai.me>
1 parent 673f72b commit 977a195

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,16 @@ included inside the package as well.
8484
Note: If you have trouble displaying Japanese/Chinese characters on the command-line, simply type `chcp 936` to change your code page. List of code pages can be found here: https://en.wikipedia.org/wiki/Code_page
8585

8686
## Community
87-
- SwagLyrics is participating in [Google Code-in 2019](https://g.co/gci) with CCExtractor Development.
87+
- SwagLyrics participated in [Google Code-in 2019](https://g.co/gci) with CCExtractor Development.
8888
- SwagLyrics participated in [Google Code-in 2018](https://g.co/gci) with CCExtractor Development.
8989
- SwagLyrics participated in [Google Summer of Code 2019](https://g.co/gsoc) with CCExtractor Development.
9090
The selected project can be found [here](https://summerofcode.withgoogle.com/projects/#5694893526089728).
9191

9292
## Changelog
9393

94-
- #### v1.0.1
95-
- Refactor cli.py to fix #1682
96-
- Add type annotations to cli.py
97-
- Bump code coverage to 90%
98-
- Fully mock backend API calls in unit tests
99-
- Add integration tests
94+
- #### v1.2.0
95+
- Add Genius A/B support
96+
- Add support for Bollywood songs
10097

10198
See [CHANGES.md](CHANGES.md) for prior release notes.
10299

swaglyrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
name = 'swaglyrics'
4-
__version__ = '1.1.2'
4+
__version__ = '1.2.0'
55
unsupported_txt = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'unsupported.txt')
66
backend_url = 'https://api.swaglyrics.dev'
77

0 commit comments

Comments
 (0)