Skip to content

Commit 8316b66

Browse files
authored
Merge pull request #36 from sns-sdks/feat_version
feat(version): 🔖 update to v0.5.0
2 parents e0d0e94 + 9f68501 commit 8316b66

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Changelog
2+
---------
3+
4+
Version 0.5.0
5+
=============
6+
7+
Broken Change
8+
+++++++++++++
9+
10+
Now introduce new model ApiResponse representing the response from youtube, so previous usage has been invalidated.
11+
12+
You need to read the docs to get more change `Modules Documentation <https://python-youtube.readthedocs.io/en/latest/pyyoutube.html#module-pyyoutube.api>`_,
13+
or see the `README <https://github.com/sns-sdks/python-youtube/blob/v0.5.0/README.rst>`_ to get the simple new usage.
14+
15+
What's New
16+
++++++++++
17+
18+
Split some method into multiple usage, for example get video has been split three methods:
19+
20+
* api.get_video_by_id()
21+
* api.get_videos_by_chart()
22+
* api.get_videos_by_myrating()

pyyoutube/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# 88 YP YP YP YP `Y88P' VP V8P YP `Y88P' ~Y8888P' YP ~Y8888P' Y8888P' Y88888P
77

88

9-
VERSION = (0, 4, 5)
9+
VERSION = (0, 5, 0)
1010

1111
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)