From 4c4cf66fba1278b22d95a751508842e27fab3d79 Mon Sep 17 00:00:00 2001 From: digitalec <31838395+digitalec@users.noreply.github.com> Date: Thu, 22 Jun 2023 23:49:04 -0400 Subject: [PATCH] bump version to 2.19.2 --- deemon/__init__.py | 2 +- docs/docs/installation.md | 2 +- docs/index.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index d52e366..ac8333f 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from deemon.utils import startup -__version__ = '2.19.1' +__version__ = '2.19.2' __dbversion__ = '3.7' appdata = startup.get_appdata_dir() diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 72c09d6..c193d71 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -42,7 +42,7 @@ deemon is installed: ```bash $ deemon -V -deemon 2.19.1 +deemon 2.19.2 ``` ## Configuration & First Use diff --git a/docs/index.md b/docs/index.md index 19bd020..c21decd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ description: "deemon is a monitoring utility for new artist releases that can pr permalink: / --- -# deemon 2.19.1 Documentation +# deemon 2.19.2 Documentation {: .fs-9 } deemon is a monitoring utility for new artist releases that can provide email alerts and automate downloading via the deemix library @@ -14,7 +14,7 @@ deemon is a monitoring utility for new artist releases that can provide email al [Get started now](#getting-started){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/digitalec/deemon){: .btn .fs-5 .mb-4 .mb-md-0 } -Version 2.19.1 +Version 2.19.2 --- ## Disclaimer