Skip to content

Commit

Permalink
v1.2.0!
Browse files Browse the repository at this point in the history
Signed-off-by: Aadi Bajpai <me@aadibajpai.me>
  • Loading branch information
Aadi Bajpai committed Jun 3, 2020
1 parent 673f72b commit 977a195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,16 @@ included inside the package as well.
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

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

## Changelog

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

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

Expand Down
2 changes: 1 addition & 1 deletion swaglyrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

name = 'swaglyrics'
__version__ = '1.1.2'
__version__ = '1.2.0'
unsupported_txt = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'unsupported.txt')
backend_url = 'https://api.swaglyrics.dev'

Expand Down

0 comments on commit 977a195

Please sign in to comment.