diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-10-12 06:37:20 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-10-12 06:37:20 +0200 | 
| commit | cd7364a89c69c4c19e4b9d4e54d08fd1eff9c51d (patch) | |
| tree | a60008b1ab225fee243c2b8c69dd2a6d9b76f00c | |
| parent | 57d1db8dd00b833c08b3ac74fbd589a0216775f6 (diff) | |
release 2015.10.122015.10.12
| -rw-r--r-- | docs/supportedsites.md | 1 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 5beb2ecd4..dc0354095 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -81,6 +81,7 @@   - **CBSSports**   - **CeskaTelevize**   - **channel9**: Channel 9 + - **Chaturbate**   - **Chilloutzone**   - **chirbit**   - **chirbit:profile** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index faae8a2d7..0908e963d 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.10.09' +__version__ = '2015.10.12'  | 
