Skip to content

Commit

Permalink
v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed May 10, 2020
1 parent e5826b4 commit 653f118
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version history
===============

0.13.4 (2020-05-10)
-----------------------
* support tiktok video download/upload
* update requirements

0.13.3 (2020-04-18)
-----------------------
* many cosmetic refinements
Expand Down
11 changes: 4 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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.3"
version = "0.13.4"
description = "Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork"
license = "MIT"

Expand Down Expand Up @@ -44,9 +44,9 @@ python-telegram-handler = "2.2"
boltons = "20.1.0"
plumbum = "1.6.9"
# For build and publish:
#scdl = "1.6.12"
scdl = "1.6.12"
# For testing:
scdl = { git = "https://github.com/flyingrub/scdl.git" }
#scdl = { git = "https://github.com/flyingrub/scdl.git" }
# jackno for soundcloud api v2
#scdl = { git = "https://github.com/jackno/scdl.git" }
#scdl = { git = "https://github.com/gpchelkin/scdl.git", branch = "fix_timestamp_and_already_downloaded" }
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__ = "[email protected]"
__version__ = "0.13.3"
__version__ = "0.13.4"

0 comments on commit 653f118

Please sign in to comment.