From 59eac76aa7a6bbd63e9d558fe567aa70e42579f7 Mon Sep 17 00:00:00 2001 From: SeoulSKY Date: Fri, 20 Sep 2024 14:41:27 -0600 Subject: [PATCH] Update version --- docs/changelog.rst | 7 +++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 28945bb..f47ae11 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========== +v2.1.3 +------ + +* Fix a race condition that can cause duplicated notifications. + +**Full Changelog**: https://github.com/SeoulSKY/ytnoti/compare/v2.1.2...v2.1.3 + v2.1.2 ------ diff --git a/docs/conf.py b/docs/conf.py index 3c3e6f6..e96581b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ project = "ytnoti" copyright = "2024 - Present, SeoulSKY" # noqa: A001 author = "SeoulSKY" -release = "2.1.2" +release = "2.1.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 5e45f54..9909b76 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="ytnoti", - version="2.1.2", + version="2.1.3", packages=find_packages(), author="SeoulSKY", author_email="contact@seoulsky.org",