Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed Mar 25, 2020
1 parent 8260c5f commit 3fcda50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version history
===============

0.13.1 (2020-03-25)
0.13.2 (2020-03-25)
-----------------------
* use scdl fork with soundcloud api v2 support
* add support for m.soundcloud links for new scdl fork
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

[tool.poetry]
name = "scdlbot"
version = "0.13.1"
version = "0.13.2"
description = "Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion scdlbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """George Pchelkin"""
__email__ = "george@pchelk.in"
__version__ = "0.13.1"
__version__ = "0.13.2"

0 comments on commit 3fcda50

Please sign in to comment.