Skip to content

Commit

Permalink
Fix throwing error with the push notification for deleted video
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Sep 10, 2024
1 parent 74f4f3a commit 25ade79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
==========

v2.1.1
------

* Fix raising error when the push notification for deleted video is received.
* From now on, ``ytnoti`` explicitly raises ``RuntimeError`` when failed to parse the request body from YouTube. In the past, it logged the error to the logger.

**Full Changelog**: https://github.com/SeoulSKY/ytnoti/compare/v2.1.0...v2.1.1


v2.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
project = "ytnoti"
copyright = "2024 - Present, SeoulSKY" # noqa: A001
author = "SeoulSKY"
release = "2.1.0"
release = "2.1.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="ytnoti",
version="2.1.0",
version="2.1.1",
packages=find_packages(),
author="SeoulSKY",
author_email="contact@seoulsky.org",
Expand Down

0 comments on commit 25ade79

Please sign in to comment.