Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Sep 17, 2024
1 parent 173e103 commit e66176c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
==========

v2.1.2
------

* Fix not properly handling errors when resubscribing to channels every day.
* Fix race conditions in ``InMemoryVideoHistory`` and ``FileVideoHistory``

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

v2.1.1
------

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.1"
release = "2.1.2"

# -- 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.1",
version="2.1.2",
packages=find_packages(),
author="SeoulSKY",
author_email="[email protected]",
Expand Down

0 comments on commit e66176c

Please sign in to comment.