From 6a2ed58ba81e0228e3a4d4d9b95fd2c6361072c3 Mon Sep 17 00:00:00 2001 From: Breakthrough Date: Sat, 18 May 2024 22:26:42 -0400 Subject: [PATCH] [dist] Prepare 1.6.1. --- docs/changelog.md | 2 +- docs/download.md | 16 ++++++---------- docs/index.md | 2 +- docs/resources.md | 2 +- dvr_scan/__init__.py | 2 +- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d3a5e79..d02c637 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ ## DVR-Scan 1.6 -### 1.6.1 (TBD) +### 1.6.1 (May 18, 2024) #### Release Notes diff --git a/docs/download.md b/docs/download.md index 3fc70e5..a9b0a5e 100644 --- a/docs/download.md +++ b/docs/download.md @@ -10,15 +10,15 @@ hide: ## Python :fontawesome-brands-windows::fontawesome-brands-apple::fontawesome-brands-linux: -!!! python-download "**1.6**October 15, 2023" +!!! python-download "**1.6.1**May 18, 2024"

Regular Install:

- pip install dvr-scan[opencv]==1.6 + pip install dvr-scan[opencv]==1.6.1

Headless (Servers):

- pip install dvr-scan[opencv-headless]==1.6 + pip install dvr-scan[opencv-headless]==1.6.1 DVR-Scan is [available on PyPI](https://pypi.org/project/dvr-scan/) can be installed using `pip install dvr-scan[opencv]`. DVR-Scan works on Windows, Linux, and OSX, and requires Python 3.8 or higher. @@ -29,9 +29,9 @@ If want to use an existing OpenCV installation or require a non-PyPI version, yo ## Windows Distribution:fontawesome-brands-windows: -!!! windows-download "**1.6**October 15, 2023" +!!! windows-download "**1.6.1**May 18, 2024" -
[:fontawesome-solid-download:   Installer `.msi`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6-release/dvr-scan-1.6-win64.msi){ .md-button #download-button }[:fontawesome-solid-file-zipper:   Portable `.zip`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6-release/dvr-scan-1.6-win64.zip){ .md-button #changelog-button }
+
[:fontawesome-solid-download:   Installer `.msi`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6-release/dvr-scan-1.6.1-win64.msi){ .md-button #download-button }[:fontawesome-solid-file-zipper:   Portable `.zip`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6.1-release/dvr-scan-1.6.1-win64.zip){ .md-button #changelog-button }
The installer is recommended for most users. Windows builds include all required dependencies to run DVR-Scan. Only 64-bit builds are available. @@ -62,11 +62,7 @@ python -m pip install -r requirements.txt python -m build ``` -Once `python -m build` succeeds, there will be a Python distribution in the `dist/` folder which can be installed using `pip`: - -``` -python -m pip install dist/dvr-scan-1.5.1.tar.gz -``` +Once `python -m build` succeeds, there will be a Python distribution in the `dist/` folder which can be installed using `pip install`.